From 5217ca21f60048f39701b057a1fa7c87665a023b Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Wed, 15 Dec 2021 00:45:05 +0100 Subject: [PATCH] Remove tests for avconv animation writers. The writer classes themselves have already been removed in Py3.5, but the tests were kept. --- lib/matplotlib/tests/test_animation.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/matplotlib/tests/test_animation.py b/lib/matplotlib/tests/test_animation.py index a7ba927494b1..467202292a3a 100644 --- a/lib/matplotlib/tests/test_animation.py +++ b/lib/matplotlib/tests/test_animation.py @@ -138,8 +138,6 @@ def isAvailable(cls): WRITER_OUTPUT = [ ('ffmpeg', 'movie.mp4'), ('ffmpeg_file', 'movie.mp4'), - ('avconv', 'movie.mp4'), - ('avconv_file', 'movie.mp4'), ('imagemagick', 'movie.gif'), ('imagemagick_file', 'movie.gif'), ('pillow', 'movie.gif'),