Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
See if pinning numpy to < 1.22 fixes tests#22076
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CI pip installs MPL with See here for some other discussion of checks I was trying before the release:#21634 |
I'm not sure it's just the
|
8daa54a
tod4bae12
CompareReplaced by#22099 |
PR Summary
In the last couple of days a few of the tests have been failing on some builds. The test fails are:
Running a diff between installed packages on a succesful and failed run shows that the only packages that have changed are numpy-1.22.0, pikepdf-4.3.1, and pygments-2.11.1. I don't think it's a MPL commit causing the new test failures, so try pinning numpy to see if that's the cause.
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).