🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖#28461
🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖#28461ogrisel merged 2 commits intoscikit-learn:mainfrom
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
ogrisel
left a comment
There was a problem hiding this comment.
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.