summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-10-22 17:29:40 -0600
committerGitHub <noreply@github.com>2021-10-22 17:29:40 -0600
commit92e89be3e3e2bd2cb4b8cd0eb2568d7331649480 (patch)
tree1e37811908059d4d2d641635a1f830f209dda14f
parentaf5a3fc361b3870fb413aaad9df1dac13f39d8ac (diff)
downloadnumpy-92e89be3e3e2bd2cb4b8cd0eb2568d7331649480.tar.gz
MAINT: Restore KnowFailureTest
This is for backwards compatibility in the soon to be removed nose support, so leave it in for a bit.
-rw-r--r--numpy/testing/_private/noseclasses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/_private/noseclasses.py b/numpy/testing/_private/noseclasses.py
index a72ddbe46..48fa4dc1f 100644
--- a/numpy/testing/_private/noseclasses.py
+++ b/numpy/testing/_private/noseclasses.py
@@ -16,7 +16,7 @@ from nose.plugins.errorclass import ErrorClass, ErrorClassPlugin
from nose.plugins.base import Plugin
from nose.util import src
from .nosetester import get_package_name
-from .utils import KnownFailureException
+from .utils import KnownFailureException, KnownFailureTest
# Some of the classes in this module begin with 'Numpy' to clearly distinguish