Skip to content

Commit 6a9e968

Browse files
committed
Add missing class attribute to NullMovieWriter in test_animation.py
1 parent ca856d2 commit 6a9e968

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_animation.py

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class NullMovieWriter(animation.AbstractMovieWriter):
3030
it cannot be added to the 'writers' registry.
3131
"""
3232

33+
frame_size_can_vary = True
34+
3335
def setup(self, fig, outfile, dpi, *args):
3436
self.fig = fig
3537
self.outfile = outfile

0 commit comments

Comments
 (0)