-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MAINT bump up CI dependencies #24803
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
MAINT bump up CI dependencies #24803
Conversation
There are still 2 build failing because of a deprecation warning in
however we do not use the |
I will implement pytest-dev/pytest-xdist#825 (comment). |
The filterwarnings directive is ignored. Maybe I need to quote it in one way or another? |
Maybe we can just pin |
I will pin |
Hum I don't understand how |
@@ -101,6 +101,8 @@ def test_sample_hiddens(): | |||
|
|||
|
|||
def test_fit_gibbs(): | |||
# XXX: this test is very seed-dependent! It probably needs to be rewritten. |
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.
We will comeback on it when dealing with the global_seed
.
I forgot to re-trigger |
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.
LGTM once the CI runs are green.
Yeah, it's green, even for pypy! |
[scipy-dev] [pypy]
Apparently this hasn't been done in a while. Let's see if the CI is happy.