-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: Ignore setuptools distutils warning #35260
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
CI: Ignore setuptools distutils warning #35260
Conversation
Last failure was a crashed worker (seems to be happening more often recently?) I restarted that job. |
Travis finished, didn't report back. Merging once the windows test finishes to get CI passing again. |
@@ -6,7 +6,7 @@ dependencies: | |||
|
|||
# tools | |||
- cython=0.29.16 | |||
- pytest=5.0.1 | |||
- pytest>=5.0.1, <6.0.0rc0 |
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.
@TomAugspurger this is minimum versions. should the pin be kept here
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.
Ah, yeah it should be pinned exactly.
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.
submitted PR #35274
xref #35252. Just ignoring in the test. Can discuss a proper solution in the issue.