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 d9caef3

Browse filesBrowse files
committed
Clarifty how to install test dependencies
1 parent 1c5c21c commit d9caef3
Copy full SHA for d9caef3

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.