summaryrefslogtreecommitdiff
path: root/numpy/testing/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/__init__.py')
-rw-r--r--numpy/testing/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py
index aad448c96..258cbe928 100644
--- a/numpy/testing/__init__.py
+++ b/numpy/testing/__init__.py
@@ -11,7 +11,6 @@ from unittest import TestCase
from . import decorators as dec
from .utils import *
-from .numpytest import importall # remove for numpy 1.9.0
from .nosetester import NoseTester as Tester
from .nosetester import run_module_suite
test = Tester().test