diff options
author | 2024-02-22 11:40:38 +0000 | |
---|---|---|
committer | 2024-02-22 15:36:17 +0000 | |
commit | a8bf9de2f4f398315ac5340e4b88c478d5457731 (patch) | |
tree | 77ff3da1b44fd032c72da12d78f9eb291692ef3f /docs/conf.py | |
parent | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (diff) | |
download | qemu-a8bf9de2f4f398315ac5340e4b88c478d5457731.tar.xz qemu-a8bf9de2f4f398315ac5340e4b88c478d5457731.zip |
gitlab: force allow use of pip in Cirrus jobs
Python is transitioning to a world where you're not allowed to use 'pip
install' outside of a virutal env by default. The rationale is to stop
use of pip clashing with distro provided python packages, which creates
a major headache on distro upgrades.
All our CI environments, however, are 100% disposable so the upgrade
headaches don't exist. Thus we can undo the python defaults to allow
pip to work.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-id: 20240222114038.2348718-1-berrange@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/conf.py')
0 files changed, 0 insertions, 0 deletions