-
Notifications
You must be signed in to change notification settings - Fork 234
pytest>=3.4 requirement is not being resolved by pip #319
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
For reference, here's a Travis log: https://travis-ci.org/nipy/nipype/jobs/408947071 |
Note to self: do not change version requirements in bug fix versions btw. |
Hmm. Okay. It looks like we're not upgrading our pip to the latest, so hopefully that resolves it. If not, we can just update our minimum version of pytest. 3.4 seems old enough. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We require
pytest>=3.0
andpytest-xdist
. The latestpytest-xdist
fails forpytest<3.4
, but pip does not see it as a requirement, and so we get runtime failures for tests on Travis (which comes with pytest 3.3.0 installed).The text was updated successfully, but these errors were encountered: