-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
TST: Increase tolerance on more arches #29518
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
Conversation
This successfully built everywhere: https://koji.fedoraproject.org/koji/taskinfo?taskID=128446738 |
Not sure why this didn't hit Fedora when 3.10.0 was initially built, but it is now during the F42 Mass Rebuild. These tests are already covered by `arm64`-specific tolerances (aka Apple Silicon), and while one or two won't need it, I've changed all of these. Additionally, instead of listing every single architecture, just increase the tolerance on non-x86_64. Also, make a few tweaks to existing conditions to make these all consistent.
cdab0ab
to
f0ec17d
Compare
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
Merge pull request matplotlib#29518 from QuLogic/arch-tolerance TST: Increase tolerance on more arches (cherry picked from commit 8c3f4ec)
Did the manual backport: #29557 |
…-v3.10.x Backport PR #29518: TST: Increase tolerance on more arches
PR summary
Not sure why this didn't hit Fedora when 3.10.0 was initially built, but it is now during the F42 Mass Rebuild.
These tests are already covered by
arm64
-specific tolerances (aka Apple Silicon), and while one or two won't need it, I've changed all of these.Additionally, instead of listing every single architecture, just increase the tolerance on non-x86_64. Also, make a few tweaks to existing conditions to make these all consistent.
PR checklist