Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4df59dc

Browse filesBrowse files
authored
Merge pull request #25092 from QuLogic/fix-tests-install
Fix distribution of test data
2 parents 9771b71 + 776bc3b commit 4df59dc
Copy full SHA for 4df59dc

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -495,12 +495,12 @@ def get_package_data(self):
495495
'tests/test_*.ipynb',
496496
],
497497
'mpl_toolkits': [
498-
*_pkg_data_helper('mpl_toolkits/axes_grid1',
499-
'tests/baseline_images'),
500-
*_pkg_data_helper('mpl_toolkits/axisartist'
501-
'tests/baseline_images'),
502-
*_pkg_data_helper('mpl_toolkits/mplot3d'
503-
'tests/baseline_images'),
498+
*_pkg_data_helper('mpl_toolkits',
499+
'axes_grid1/tests/baseline_images'),
500+
*_pkg_data_helper('mpl_toolkits',
501+
'axisartist/tests/baseline_images'),
502+
*_pkg_data_helper('mpl_toolkits',
503+
'mplot3d/tests/baseline_images'),
504504
]
505505
}
506506

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.