Skip to content

Commit

Permalink
TST: reset rcparams in animation smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jul 16, 2016
1 parent a61f763 commit ab3db80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/matplotlib/tests/test_animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ def test_save_animation_smoketest():

@cleanup
def check_save_animation(writer, extension='mp4'):
try:
writer._init_from_registry()
except AttributeError:
pass
if not animation.writers.is_available(writer):
raise KnownFailureTest("writer '%s' not available on this system"
% writer)
Expand Down

0 comments on commit ab3db80

Please sign in to comment.