From 31e3be19e9d1fa14e8961bcc4a1580ea2c0f6a26 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 18 Sep 2019 18:33:16 -0600 Subject: MAINT: Add new deprecation date. [ci skip] --- numpy/testing/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/testing/utils.py') 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) -- cgit v1.2.1