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
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
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-
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