-
Notifications
You must be signed in to change notification settings - Fork 171
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
Unpin pytest=3.8.2 and numpy=1.15.2 to pick up latest #2853
Conversation
Partially addresses #2838. Still need to unpin numpy some time. |
Added unpinning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but needs #2868 to be merged before CI tests will pass.
Try to rerun with pytest 4.0 and see... |
Don't do eeet.... pytest-dev/pytest#4425 |
(Also the title is wrong... it should be numpy=1.15...) |
p.p.s. I have nothing against numpy upgrade. But you might want to pin to pytest 3.10 instead of letting it up all the way to 4.0. |
I've been using |
The bugs in
pytest 3.9
where the tmpdir fixture was broken seem to be resolved inpytest 3.10
, so I'm now unpinning it in our CI and RT build scripts.