-
Notifications
You must be signed in to change notification settings - Fork 279
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
Update test dependencies #2735
Update test dependencies #2735
Conversation
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.
The overlap change seems good to me.
@yt-fido test this please |
this looks good, modulo fido's approval |
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.
These look good, but shouldn't line 24 be unyt==2.7.2
from PR #2705?
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.
Oh, I see it's from c8ea5b6. Sorry about that!
@yt-fido test this please |
fastcache==1.0.2 | ||
glueviz==0.13.3 | ||
h5py==2.10.0 | ||
ipython==7.1.1 | ||
matplotlib==3.1.3 | ||
matplotlib==3.3.0 |
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.
For now it's alright but maybe we should future proof this and use their bug fixes releases as soon as they come out ?
matplotlib==3.3.0 | |
matplotlib~=3.3 |
0dfefca
to
e249fbc
Compare
This ready to go? |
Yeah, as soon as appveyor finishes. Docs are failing for some reason, but I've seen it on other PRs too. |
More details about the test failure can be found at the URL: http://use.yt/upload/84bbfca3 answer(s) for failed test at URL: http://use.yt/upload/bc305b8c
Once this passes tests, I think we should merge! Then we'll be back to green! |
@neutrinoceros PTAL at eb56722 That config option needs to be set before importing |
@Xarthisius I think you might just need to update isort: version 5.1.4 seems to work correctly with the action comments (though the file isn't skipped, at least if I target it specifically). |
@@ -1,3 +1,4 @@ | |||
# isort: skip-file |
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.
note that it'd be easier to manage if instead of this comment, the file was added to isort's ignore list in setup.cfg, but it shouldn't hold this PR back.
@matthewturk , can you do it in #2756 ?
Update related to yt-project/yt#2735
I'm bumping a few dependencies to minimal versions that have binary wheels for py38 in order to avoid building them each time. In particular
pandas
takes some time to build.