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 a252070 commit 02430e3Copy full SHA for 02430e3
1 file changed
IPython/testing/decorators.py
@@ -333,7 +333,7 @@ def skip_file_no_x11(name):
333
334
skipif_not_sympy = skip_without('sympy')
335
336
-skip_known_failure = knownfailureif(True,'This test is known to fail')
+skip_known_failure = dec.knownfailureif(True,'This test is known to fail')
337
338
# A null 'decorator', useful to make more readable code that needs to pick
339
# between different decorators based on OS or other conditions
0 commit comments