-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Missing cleanup
decorator in test_subplots.test_exceptions
#6741
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
Missing cleanup
decorator in test_subplots.test_exceptions
#6741
Conversation
Looks good. It might resolve some of the intermittent failures on Nose too There seems to be a typo in the test comments |
@JanSchulz Any idea what happens to Appveyor here? |
|
Is this also from miktex?
[from https://ci.appveyor.com/project/mdboom/matplotlib/build/1.0.2039/job/jmlxickc9a0u510j] I think the easiest would be to pin miktext to the old version for now... Will add a PR for that... and then try to understand whats going wrong here :-/ |
PW in #6744, will merge if that passes the appveyor tests |
…ator Missing `cleanup` decorator in `test_subplots.test_exceptions`
backported to 2.x via 74b634e |
pytest
fails intest_subplots.test_subplots_offsettext
because of missing cleanup, whilenose
is fine