diff options
Diffstat (limited to 'numpy/testing/noseclasses.py')
-rw-r--r-- | numpy/testing/noseclasses.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py index 7c0a5b7f6..9431fc6f1 100644 --- a/numpy/testing/noseclasses.py +++ b/numpy/testing/noseclasses.py @@ -2,4 +2,10 @@ Back compatibility noseclasses module. It will import the appropriate set of tools """ +import warnings + +warnings.warn(ImportWarning, + "Import from numpy.testing, not numpy.testing.noseclasses") + from ._private.noseclasses import * + |