diff options
| -rw-r--r-- | numpy/core/tests/test_deprecations.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/tests/test_deprecations.py b/numpy/core/tests/test_deprecations.py index 2f1cedd9b..8e35f7e54 100644 --- a/numpy/core/tests/test_deprecations.py +++ b/numpy/core/tests/test_deprecations.py @@ -422,6 +422,7 @@ class TestClassicIntDivision(_DeprecationTestCase): class TestNPY_CHAR(_DeprecationTestCase): + # 2017-05-03, 1.13.0 def test_npy_char_deprecation(self): from numpy.core.multiarray_tests import npy_char_deprecation self.assert_deprecated(npy_char_deprecation) |
