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

Skip to content

Commit 7022b89

Browse files
committed
TST : move test_axes_grid1 to mpl_toolkits/tests
- moved test file - updated whitelisted testing modules closes #3822
1 parent 326b8d4 commit 7022b89

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,6 @@ def tk_window_focus():
13771377
'matplotlib.tests.test_arrow_patches',
13781378
'matplotlib.tests.test_artist',
13791379
'matplotlib.tests.test_axes',
1380-
'matplotlib.tests.test_axes_grid1',
13811380
'matplotlib.tests.test_backend_bases',
13821381
'matplotlib.tests.test_backend_pdf',
13831382
'matplotlib.tests.test_backend_pgf',
@@ -1423,6 +1422,7 @@ def tk_window_focus():
14231422
'matplotlib.tests.test_transforms',
14241423
'matplotlib.tests.test_triangulation',
14251424
'mpl_toolkits.tests.test_mplot3d',
1425+
'mpl_toolkits.tests.test_axes_grid1',
14261426
]
14271427

14281428

File renamed without changes.

0 commit comments

Comments
 (0)