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

Skip to content

Commit f388ac3

Browse files
committed
Add missing test data to install
If you install with tests enabled, then `test_Type1Font2` will fail because this file is missing.
1 parent 446de7b commit f388ac3

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
@@ -479,6 +479,7 @@ def get_package_data(self):
479479
*_pkg_data_helper('matplotlib', 'tests/baseline_images'),
480480
*_pkg_data_helper('matplotlib', 'tests/tinypages'),
481481
'tests/cmr10.pfb',
482+
'tests/Courier10PitchBT-Bold.pfb',
482483
'tests/mpltest.ttf',
483484
'tests/test_*.ipynb',
484485
],

0 commit comments

Comments
 (0)