-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Tests failing due to dependency incompatibility #1638
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
Comments
Filed upstream issue as man-group/pytest-plugins#110 |
jaraco
added a commit
that referenced
this issue
Jan 17, 2019
mergify bot
added a commit
that referenced
this issue
Jan 17, 2019
Pin pytest to <4 for now. Ref #1638.
Re-opening, until the issue is resolved upstream and the temporary pin can be removed. |
We can remove the pin, has a new version of the offending plugins as finally been released. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tests are failing with this error:
It seems pytest-virtualenv depends on pytest-shutil and pytest-shutil's latest release is incompatible with the latest release of pytest, but pip doesn't detect that condition so installs incompatible versions.
The underlying condition can be readily replicated thus:
The text was updated successfully, but these errors were encountered: