-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestDistutilsScheme.test_distutils_config_file_read broken in python 2.7 with tox using virtualenv 20.0.6 #7788
Comments
I'm tempted to drop the test in Python 2 also (in Python 3 they are currently skipped because Ideally this test |
Any opinion @pypa/pip-committers ? pip/tests/unit/test_locations.py Lines 94 to 110 in 6d86a04
like virtualenv is doing.
|
The new virtualenv are really more similar to venv than virtualenv<20 in many ways, contributing a lot of roadblocks to #7718. We probably need to revisit all |
Agreed. Any test that's marked as Pinning to the old virtualenv (as #7798 does) is probably the best immediate solution. But longer term we need to find a way of re-implementing the intent of the marked tests, or accept that we can't test the behaviour on a case by case basis. |
With previous tox using virtualenv 20.0.5 (during py27 setup)
while with a freshly installed tox (with virtualenv 20.0.6 at py27 setup):
This likely comes from pypa/virtualenv@9201422
The text was updated successfully, but these errors were encountered: