Re: [PATCH 0/9] Use known good releases when installing in pyvenv

2023-08-10 Thread Paolo Bonzini
On Thu, Aug 10, 2023 at 1:52 PM Philippe Mathieu-Daudé wrote: > Does this fix the second point of commit eaf245becd ("Revert > "tests/requirements.txt: bump up avocado-framework version to 101.0"") > > > Second, the recent changes to Python handling mean that there is > > a single virtual envi

Re: [PATCH 0/9] Use known good releases when installing in pyvenv

2023-08-10 Thread Philippe Mathieu-Daudé
Hi Paolo, On 9/8/23 11:29, Paolo Bonzini wrote: This series introduce a new installation command for mkvenv.py that retrieves the packages to be installed from a TOML file. This allows being more flexible in using the system version of a package, while at the same time using a known-good version

Re: [PATCH 0/9] Use known good releases when installing in pyvenv

2023-08-09 Thread John Snow
On Wed, Aug 9, 2023 at 5:29 AM Paolo Bonzini wrote: > > This series introduce a new installation command for mkvenv.py that > retrieves the packages to be installed from a TOML file. This allows > being more flexible in using the system version of a package, while at > the same time using a known-

[PATCH 0/9] Use known good releases when installing in pyvenv

2023-08-09 Thread Paolo Bonzini
This series introduce a new installation command for mkvenv.py that retrieves the packages to be installed from a TOML file. This allows being more flexible in using the system version of a package, while at the same time using a known-good version when installing the package. This is important for