We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cb54b commit b801a83Copy full SHA for b801a83
setupext.py
@@ -680,10 +680,6 @@ def get_package_data(self):
680
'tests/baseline_images/%s/*' % x
681
for x in os.listdir('lib/matplotlib/tests/baseline_images')]
682
683
- styles = ['tests/styles/*']
684
-
685
- baseline_images += styles
686
687
return {
688
'matplotlib':
689
baseline_images +
test_only.py
@@ -2,8 +2,6 @@
2
3
import os
4
5
-styles = ['styles/*']
6
7
baseline_images = [
8
'baseline_images/%s/*' % x
9
@@ -12,7 +10,6 @@
12
10
'mpltest.ttf',
13
11
'test_rcparams.rc'
14
]
15
-baseline_images += styles
16
17
setup(name='matplotlib.tests',
18
packages=['matplotlib.tests'],
0 commit comments