-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Try to unbreak CI by xfailing OSX Tk tests #23095
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
Stopgap solution for matplotlib#23094
I believe that my second commit was the actual thing that corrected it. (Using |
@meeseeksdev backport to v3.5.x |
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. |
Try to unbreak CI by xfailing OSX Tk tests (matplotlib#23095) * Try to unbreak CI by xfailing OSX Tk tests Stopgap solution for matplotlib#23094 * Update lib/matplotlib/tests/test_backend_tk.py * Update lib/matplotlib/tests/test_backend_tk.py Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com> (cherry picked from commit d6ee414)
…-v3.5.x Backport PR #23095: Try to unbreak CI by xfailing OSX Tk tests
* Try to unbreak CI by xfailing OSX Tk tests Stopgap solution for matplotlib#23094 * Update lib/matplotlib/tests/test_backend_tk.py * Update lib/matplotlib/tests/test_backend_tk.py Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
This is a re-application of matplotlib#23095, but with some more specific conditions. Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
This is a re-application of matplotlib#23095, but with some more specific conditions. Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
This is a re-application of matplotlib#23095, but with some more specific conditions. Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Stopgap solution for #23094.
Mid-term we should get the CI environment sorted out to have a working Tk setup. But until then, it's better to xfail than to have all PRs cluttered with these failures.
This is a blind attempt. - CI will decide whether I did everything correctly.