Tests are broken on Windows when using virtualenv #9767
Labels
C: tests
Testing and related things
OS: windows
Windows specific
type: bug
A confirmed bug or unintended behavior
Description
The tests ran with
tox -e py38
will fail due to problems of creating virtual environments on Windows. This happens withvirtualenv
and not when usingvenv
(the--use-venv
flag). One of the reasons is thatpyvenv.cfg
is not created. For more info, see comments on this PR.Expected behavior
Tests will run without problems.
pip version
Commit d08f968
Python version
3.8.5 64-bit
OS
Windows
How to Reproduce
pip
from GitHub (commit d08f968)tox -e py38 -- -n auto --exitfirst
Output
tox output
In addition, when tests are ran with
--use-venv
, there are still few failures.tox output with `--use-venv`
Code of Conduct
I agree to follow the PSF Code of Conduct.
The text was updated successfully, but these errors were encountered: