Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d54e2e3 + 05acc6f commit ad53f46Copy full SHA for ad53f46
lib/matplotlib/tests/test_animation.py
@@ -136,6 +136,8 @@ def isAvailable(self):
136
# matplotlib.testing.image_comparison
137
@pytest.mark.parametrize('writer, output', WRITER_OUTPUT)
138
def test_save_animation_smoketest(tmpdir, writer, output):
139
+ if writer == 'pillow':
140
+ pytest.importorskip("PIL")
141
try:
142
# for ImageMagick the rcparams must be patched to account for
143
# 'convert' being a built in MS tool, not the imagemagick
0 commit comments