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

Skip to content

Commit 1b144e8

Browse files
committed
added test_animation back in to default_test_modules so that the
iterator test actually runs
1 parent 8ab1f0a commit 1b144e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,7 @@ def tk_window_focus():
12881288

12891289
default_test_modules = [
12901290
'matplotlib.tests.test_agg',
1291+
'matplotlib.tests.test_animation',
12911292
'matplotlib.tests.test_arrow_patches',
12921293
'matplotlib.tests.test_artist',
12931294
'matplotlib.tests.test_axes',

0 commit comments

Comments
 (0)