Re: [PATCH 0/2] Fix venv issues with Avocado by reverting to an older version

2023-06-05 Thread Paolo Bonzini
On 6/5/23 12:58, Peter Maydell wrote: On Mon, 5 Jun 2023 at 11:51, Paolo Bonzini wrote: On 6/5/23 11:46, Peter Maydell wrote: To avoid this issue, tests/requirements.txt should use a ">=" constraint and the version of Avocado should be limited to what distros provide in the system packages.

Re: [PATCH 0/2] Fix venv issues with Avocado by reverting to an older version

2023-06-05 Thread Peter Maydell
On Mon, 5 Jun 2023 at 11:51, Paolo Bonzini wrote: > > On 6/5/23 11:46, Peter Maydell wrote: > >> To avoid this issue, tests/requirements.txt should use a ">=" constraint > >> and the version of Avocado should be limited to what distros provide > >> in the system packages. Only Fedora has Avocado,

Re: [PATCH 0/2] Fix venv issues with Avocado by reverting to an older version

2023-06-05 Thread Paolo Bonzini
On 6/5/23 11:46, Peter Maydell wrote: To avoid this issue, tests/requirements.txt should use a ">=" constraint and the version of Avocado should be limited to what distros provide in the system packages. Only Fedora has Avocado, and more specifically version 92.0. For now, this series reverts t

Re: [PATCH 0/2] Fix venv issues with Avocado by reverting to an older version

2023-06-05 Thread Peter Maydell
On Mon, 5 Jun 2023 at 08:58, Paolo Bonzini wrote: > > Bumping avocado to version 101 has two issues. First, there are problems > where Avocado is not logging of command lines or terminal output, and not > collecting Python logs outside the avocado namespace. > > Second, the recent changes to Pyth

[PATCH 0/2] Fix venv issues with Avocado by reverting to an older version

2023-06-05 Thread Paolo Bonzini
Bumping avocado to version 101 has two issues. First, there are problems where Avocado is not logging of command lines or terminal output, and not collecting Python logs outside the avocado namespace. Second, the recent changes to Python handling mean that there is a single virtual environment fo