qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gitlab: force allow use of pip in Cirrus jobs


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] gitlab: force allow use of pip in Cirrus jobs
Date: Thu, 22 Feb 2024 13:39:04 +0100
User-agent: Mozilla Thunderbird

On 22/2/24 12:40, Daniel P. Berrangé wrote:
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>
---
  .gitlab-ci.d/cirrus/build.yml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]