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

Skip to content

Commit 02430e3

Browse files
authored
Update decorators.py
1 parent a252070 commit 02430e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def skip_file_no_x11(name):
333333

334334
skipif_not_sympy = skip_without('sympy')
335335

336-
skip_known_failure = knownfailureif(True,'This test is known to fail')
336+
skip_known_failure = dec.knownfailureif(True,'This test is known to fail')
337337

338338
# A null 'decorator', useful to make more readable code that needs to pick
339339
# between different decorators based on OS or other conditions

0 commit comments

Comments
 (0)