##// END OF EJS Templates
Merge pull request #11789 from Carreau/fix-pytest-4...
Merge pull request #11789 from Carreau/fix-pytest-4 Remove assignment to ip in test files

File last commit:

r25029:e1b53e9e
r25096:07ce2ec6 merge
Show More
__init__.py
8 lines | 247 B | text/x-python | PythonLexer
try:
from numpy.testing.noseclasses import KnownFailure, knownfailureif
except ImportError:
from ._decorators import knownfailureif
try:
from ._numpy_testing_noseclasses import KnownFailure
except ImportError:
pass