summaryrefslogtreecommitdiff
path: root/numpy/testing/decorators.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/decorators.py')
-rw-r--r--numpy/testing/decorators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/decorators.py b/numpy/testing/decorators.py
index 22026ec42..56962b93c 100644
--- a/numpy/testing/decorators.py
+++ b/numpy/testing/decorators.py
@@ -247,7 +247,6 @@ def deprecated(conditional=True):
# Local import to avoid a hard nose dependency and only incur the
# import time overhead at actual test-time.
import nose
- from .noseclasses import KnownFailureTest
def _deprecated_imp(*args, **kwargs):
# Poor man's replacement for the with statement