Skip to content

Commit 291599d

Browse files
committed
Move sphinxext test to matplotlib.tests like everyone else.
It doesn't really make sense to have a separate subpackage just for a single test (compare e.g. with test_triangulation which also lives there, even though matplotlib.tri is its own subpckage, or the various backend-specific tests).
1 parent 83cb3ef commit 291599d

File tree

13 files changed

+1
-7
lines changed

13 files changed

+1
-7
lines changed

lib/matplotlib/sphinxext/tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/matplotlib/sphinxext/tests/conftest.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

setupext.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,13 +586,11 @@ def get_package_data(self):
586586
return {
587587
'matplotlib': [
588588
*_pkg_data_helper('matplotlib', 'tests/baseline_images'),
589+
*_pkg_data_helper('matplotlib', 'tests/tinypages'),
589590
'tests/cmr10.pfb',
590591
'tests/mpltest.ttf',
591592
'tests/test_rcparams.rc',
592593
'tests/test_utf32_be_rcparams.rc',
593-
'sphinxext/tests/tinypages/*.rst',
594-
'sphinxext/tests/tinypages/*.py',
595-
'sphinxext/tests/tinypages/_static/*',
596594
],
597595
'mpl_toolkits': [
598596
*_pkg_data_helper('mpl_toolkits', 'tests/baseline_images'),

0 commit comments

Comments
 (0)