Re: [RFC PATCH v2 02/10] tests: add python3-venv dependency

2023-04-14 Thread Philippe Mathieu-Daudé
On 14/4/23 07:54, John Snow wrote: Several debian-based tests need the python3-venv dependency as a consequence of Debian debundling the "ensurepip" module normally included with Python. As mkvenv.py stands as of this commit, Debian requires EITHER: (A) setuptools and pip, or (B) ensurepip mkv

[RFC PATCH v2 02/10] tests: add python3-venv dependency

2023-04-13 Thread John Snow
Several debian-based tests need the python3-venv dependency as a consequence of Debian debundling the "ensurepip" module normally included with Python. As mkvenv.py stands as of this commit, Debian requires EITHER: (A) setuptools and pip, or (B) ensurepip mkvenv is a few seconds faster if you ha