##// END OF EJS Templates
Update use of `knownfailureif`
Update use of `knownfailureif`

File last commit:

r24867:34c97ed5
r24868:b0feace4
Show More
__init__.py
9 lines | 250 B | text/x-python | PythonLexer
try:
from numpy.testing import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from ._decorators import *
try:
from ._numpy_testing_noseclasses import KnownFailure
except ImportError:
pass