summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-09-18 18:33:16 -0600
committerGitHub <noreply@github.com>2019-09-18 18:33:16 -0600
commit31e3be19e9d1fa14e8961bcc4a1580ea2c0f6a26 (patch)
treeaa442b6f9fede39ab7a0051e78ed129321a7af06 /numpy/testing/utils.py
parentd53219bad0f8af4b0cc461d165f9d729e44d91dd (diff)
downloadnumpy-31e3be19e9d1fa14e8961bcc4a1580ea2c0f6a26.tar.gz
MAINT: Add new deprecation date.
[ci skip]
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r--numpy/testing/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py
index 21e108e21..975f6ad5d 100644
--- a/numpy/testing/utils.py
+++ b/numpy/testing/utils.py
@@ -7,7 +7,8 @@ from __future__ import division, absolute_import, print_function
import warnings
-# 2018-04-04, numpy 1.15.0
+# 2018-04-04, numpy 1.15.0 ImportWarning
+# 2019-09-18, numpy 1.18.0 DeprecatonWarning (changed)
warnings.warn("Importing from numpy.testing.utils is deprecated "
"since 1.15.0, import from numpy.testing instead.",
DeprecationWarning, stacklevel=2)