Make venv for target Python in tests
When possible, use venv to create the target Python in the tests. This creates an isolated Python, and quite importantly maintains isolation from system packages when the initial Python is itself from a virtual environment.
Showing
Please register or sign in to comment