-
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
Many test failures on master (macOS, Framework Python 3.8) #7806
Comments
Hmm... I'm also on MacOS and everything passes. Are you using a newer virtualenv (virtualenv >= 20.0)? We know that pip's tests aren't compatible with that but idk what the failure modes are (#7698). |
I realized I have tox-venv installed, meaning that tox envs get installed using venv, so I disabled that by creating a separate environment for running tox, but tests are still failing:
I can see in the output that |
Running the tests with the
The ones that remain failing are decorated with |
It seems that I have |
After addressing the svn issue, I double-checked that virtualenv 16.7.10 is being invoked when the tests are failing:
I then inspected first failing result:
As you can see, the test is expecting |
Here's a bit more detail about how that discrepancy comes about:
|
I suspect the pip test suite isn't accounting for this branch. |
The commit in af9f744 works around the issue. Feel free to merge that in or address the underlying cause. |
Is this still an active issue or is it resolved with above-mentioned commit? |
I don't believe the aforementioned commit is in master (though it's not obvious to me from what I can see in GitHub). Even if merged into master, it's only a workaround and this ticket maybe should remain open to address the root cause. |
Environment
Description
Running the test suite on a clean checkout (
tox
withTOXENV=python
), 16 tests fail consistently.Expected behavior
Test suite should pass on popular operating systems.
Output
The text was updated successfully, but these errors were encountered: