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

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)