Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6e63da

Browse files
committed
Remove KnownFailure for mencoder in animation tests.
1 parent 12068f3 commit f6e63da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/tests/test_animation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ def check_save_animation(writer, extension='mp4'):
3333
if not animation.writers.is_available(writer):
3434
raise KnownFailureTest("writer '%s' not available on this system"
3535
% writer)
36-
if 'mencoder' in writer:
37-
raise KnownFailureTest("mencoder is broken")
38-
3936
fig, ax = plt.subplots()
4037
line, = ax.plot([], [])
4138

0 commit comments

Comments
 (0)