10000 Correct setup.py message for test deps · matplotlib/matplotlib@f757166 · GitHub
[go: up one dir, main page]

Skip to content

Commit f757166

Browse files
committed
Correct setup.py message for test deps
1 parent 33493f7 commit f757166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setupext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,8 @@ def check(self):
651651

652652
msgs = []
653653
msg_template = ('{package} is required to run the matplotlib test '
654-
'suite. pip/easy_install may attempt to install it '
655-
'after matplotlib.')
654+
'suite. "setup.py test" will automatically download it.'
655+
' Install {package} to run matplotlib.test()')
656656

657657
bad_nose = msg_template.format(
658658
package='nose %s or later' % self.nose_min_version

0 commit comments

Comments
 (0)
0