Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Unbreak CI by xfailing wxAgg test on macOS#16870
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
The travis failure is a known file system race (test_loglog_nonpos[png-True]) that I think we have PR in flight to prevent. |
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. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free tosuggest an improvement. |
Merge pull requestmatplotlib#16870 from timhoffm/xfailCI: Unbreak CI by xfailing wxAgg test on macOSConflicts: lib/matplotlib/tests/test_backends_interactive.py - Other improvements to messages when skipping tests frombc155f0 near by. Did not implicitly backport other changes.
…-v3.2.xBackport PR#16870: Unbreak CI by xfailing wxAgg test on macOS
PR Summary
This is a stopgap for#16849, which does not yet have a solution. We just xfail the test for now so that other PRs pass CI.