-
-
Notifications
You must be signed in to change notification settings - Fork 26k
🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 #28461
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 Update lock files for main CI build(s) 🔒 🤖 #28461
Conversation
b190ed2
to
09f8632
Compare
We have similar failures both in
We also get similar issues on The CI builds where most of the dependencies are downloaded from conda-forge do not seem to fail so this must be caused by a package downloaded from pypi.org. The By glancing at the diff for |
Seems to be Pytest 8.0.1 indeed, Ubuntu Atlas build fails and this is the only thing that gets updated: https://github.com/scikit-learn/scikit-learn/pull/28461/files#diff-b4652ddeb4d671bf8cae97fb9c5db65d7f602ddae6b54f0bdcad2a99e5459690 |
And the scipy-dev build also fails with 8.0.1 while all other builds that are green in this PR stayed on older versions of pytest <= 8.0.0 (from conda-forge, conda defaults or pypi.org with a min dependency constraint). |
Looks like |
I opened #28475 to replace the two instances of setup_module by Pytest fixtures, this would avoid the pytest 8.0.1 bug. |
09f8632
to
98c6f18
Compare
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.
Let's merge this if CI is green after a merge with main
that has been fixed.
Update lock files.
Note
If the CI tasks fail, create a new branch based on this PR and add the required fixes to that branch.