Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Missingcleanup
decorator intest_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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Missingcleanup
decorator intest_subplots.test_exceptions
#6741
Uh oh!
There was an error while loading.Please reload this page.
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 :-/ |
jankatins commentedJul 15, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
PW in#6744, will merge if that passes the appveyor tests |
…atorMissing `cleanup` decorator in `test_subplots.test_exceptions`
backported to 2.x via74b634e |
Uh oh!
There was an error while loading.Please reload this page.
pytest
fails intest_subplots.test_subplots_offsettext
because of missing cleanup, whilenose
is fine