From 02430e3a50825a70f3388cfd56813bfd572c889e 2018-12-01 17:27:45 From: Laurent Gautier Date: 2018-12-01 17:27:45 Subject: [PATCH] Update decorators.py --- diff --git a/IPython/testing/decorators.py b/IPython/testing/decorators.py index 4f13ce5..876611d 100644 --- a/IPython/testing/decorators.py +++ b/IPython/testing/decorators.py @@ -333,7 +333,7 @@ skipif_not_matplotlib = skip_without('matplotlib') skipif_not_sympy = skip_without('sympy') -skip_known_failure = knownfailureif(True,'This test is known to fail') +skip_known_failure = dec.knownfailureif(True,'This test is known to fail') # A null 'decorator', useful to make more readable code that needs to pick # between different decorators based on OS or other conditions