summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-05-03 10:58:26 -0600
committerGitHub <noreply@github.com>2017-05-03 10:58:26 -0600
commit7dbdbfaaa19c84ffcfa2987a05ca603483dfa54f (patch)
tree42db2edf05c0d6c6fb3c43f33f39370c1dbe0705 /numpy
parent07dd1c9a2552d4de488996550f05dd50cfd0ab54 (diff)
downloadnumpy-7dbdbfaaa19c84ffcfa2987a05ca603483dfa54f.tar.gz
MAINT: Add date and numpy version to TestNPY_CHAR.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/tests/test_deprecations.py1
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)