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

Skip to content

Commit 8bbc6dd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)