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.
1 parent b705443 commit 26bad18Copy full SHA for 26bad18
1 file changed
lib/matplotlib/testing/decorators.py
@@ -16,7 +16,7 @@ def failer(*args, **kwargs):
16
result = f(*args, **kwargs)
17
except:
18
if fail_condition:
19
- raise KnownFailureTest(msg)
+ raise KnownFailureTest(msg) # An error here when running nose means that you don't have the matplotlib.testing.noseclasses:KnownFailure plugin in use.
20
else:
21
raise
22
if fail_condition and fail_condition != 'indeterminate':
0 commit comments