Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8991f9f + d0f09cd commit 3b915dfCopy full SHA for 3b915df
1 file changed
setup.py
@@ -125,9 +125,9 @@
125
126
127
class NoopTestCommand(TestCommand):
128
- def run(self):
+ def __init__(self, dist):
129
print("Matplotlib does not support running tests with "
130
- "'python setup.py test'. Please run 'python tests.py'")
+ "'python setup.py test'. Please run 'python tests.py'.")
131
132
133
class BuildExtraLibraries(BuildExtCommand):
0 commit comments