8000 Include test notebooks in test package · matplotlib/matplotlib@6b5561a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b5561a

Browse files
committed
Include test notebooks in test package
1 parent aacc867 commit 6b5561a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setupext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ def get_package_data(self):
480480
*_pkg_data_helper('matplotlib', 'tests/tinypages'),
481481
'tests/cmr10.pfb',
482482
'tests/mpltest.ttf',
483+
'tests/test_*.ipynb',
483484
],
484485
'mpl_toolkits': [
485486
*_pkg_data_helper('mpl_toolkits', 'tests/baseline_images'),

0 commit comments

Comments
 (0)
0