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

Skip to content

Commit d9caef3

Browse files
committed
Clarifty how to install test dependencies
1 parent 1c5c21c commit d9caef3

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
@@ -655,8 +655,8 @@ def check(self):
655655

656656
msgs = []
657657
msg_template = ('{package} is required to run the matplotlib test '
658-
'suite. "setup.py test" will automatically download it.'
659-
' Install {package} to run matplotlib.test()')
658+
'suite. Please install it with pip or your preferred'
659+
' tool to run the test suite')
660660

661661
bad_nose = msg_template.format(
662662
package='nose %s or later' % self.nose_min_version

0 commit comments

Comments
 (0)