8000 Remove tests for avconv animation writers. · matplotlib/matplotlib@5217ca2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5217ca2

Browse files
committed
Remove tests for avconv animation writers.
The writer classes themselves have already been removed in Py3.5, but the tests were kept.
1 parent 80a839e commit 5217ca2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/tests/test_animation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ def isAvailable(cls):
138138
WRITER_OUTPUT = [
139139
('ffmpeg', 'movie.mp4'),
140140
('ffmpeg_file', 'movie.mp4'),
141-
('avconv', 'movie.mp4'),
142-
('avconv_file', 'movie.mp4'),
143141
('imagemagick', 'movie.gif'),
144142
('imagemagick_file', 'movie.gif'),
145143
('pillow', 'movie.gif'),

0 commit comments

Comments
 (0)
0