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

Skip to content

Commit 628ab4e

Browse files
authored
Merge pull request #13797 from anntzer/tinypages
Move sphinxext test to matplotlib.tests like everyone else.
2 parents 8812cc2 + 291599d commit 628ab4e

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)