diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-09-18 18:33:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 18:33:16 -0600 |
commit | 31e3be19e9d1fa14e8961bcc4a1580ea2c0f6a26 (patch) | |
tree | aa442b6f9fede39ab7a0051e78ed129321a7af06 /numpy/testing/utils.py | |
parent | d53219bad0f8af4b0cc461d165f9d729e44d91dd (diff) | |
download | numpy-31e3be19e9d1fa14e8961bcc4a1580ea2c0f6a26.tar.gz |
MAINT: Add new deprecation date.
[ci skip]
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 3 |
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) |