8000 added test_animation to default_test_modules so the tests run · matplotlib/matplotlib@cca8256 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit cca8256

Browse files
committed
added test_animation to default_test_modules so the tests run
1 parent 078c0ae commit cca8256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/__init__.py

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

12931293
default_test_modules = [
12941294
'matplotlib.tests.test_agg',
1295+
'matplotlib.tests.test_animation',
12951296
'matplotlib.tests.test_arrow_patches',
12961297
'matplotlib.tests.test_artist',
12971298
'matplotlib.tests.test_axes',

0 commit comments

Comments
 (0)
0