Skip to content

Commit

Permalink
Move sphinxext test to matplotlib.tests like everyone else.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
anntzer committed Mar 29, 2019
1 parent 83cb3ef commit 291599d
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion lib/matplotlib/sphinxext/tests/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions lib/matplotlib/sphinxext/tests/conftest.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions setupext.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,13 +586,11 @@ def get_package_data(self):
return {
'matplotlib': [
*_pkg_data_helper('matplotlib', 'tests/baseline_images'),
*_pkg_data_helper('matplotlib', 'tests/tinypages'),
'tests/cmr10.pfb',
'tests/mpltest.ttf',
'tests/test_rcparams.rc',
'tests/test_utf32_be_rcparams.rc',
'sphinxext/tests/tinypages/*.rst',
'sphinxext/tests/tinypages/*.py',
'sphinxext/tests/tinypages/_static/*',
],
'mpl_toolkits': [
*_pkg_data_helper('mpl_toolkits', 'tests/baseline_images'),
Expand Down

0 comments on commit 291599d

Please sign in to comment.