From 92e89be3e3e2bd2cb4b8cd0eb2568d7331649480 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 22 Oct 2021 17:29:40 -0600 Subject: MAINT: Restore KnowFailureTest This is for backwards compatibility in the soon to be removed nose support, so leave it in for a bit. --- numpy/testing/_private/noseclasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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 -- cgit v1.2.1