8000 updates error messages to run pytest instead of tests.py standalone · matplotlib/matplotlib@8bbc6dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bbc6dd

Browse files
committed
updates error messages to run pytest instead of tests.py standalone
1 parent f677f36 commit 8bbc6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
class NoopTestCommand(TestCommand):
122122
def __init__(self, dist):
123123
print("Matplotlib does not support running tests with "
124-
"'python setup.py test'. Please run 'python tests.py'.")
124+
"'python setup.py test'. Please run 'pytest'.")
125125

126126

127127
class BuildExtraLibraries(BuildExtCommand):

0 commit comments

Comments
 (0)
0