diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-21 14:54:02 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-21 15:24:44 +0200 |
commit | d8b1a87e4bea9acbdfac0e41d3a02a6b14f5961e (patch) | |
tree | 1d2561df106933bd7fa1e9e7a638f98aedf8e4ed /numpy/tests/test_public_api.py | |
parent | 815061c3ce9672b850147a0bc3535ebb220913e0 (diff) | |
download | numpy-d8b1a87e4bea9acbdfac0e41d3a02a6b14f5961e.tar.gz |
DEP: remove deprecate (and private) numpy.testing submodules.
Removes these files that were deprecated since 1.15.0:
- numpy/testing/decorators.py
- numpy/testing/noseclasses.py
- numpy/testing/nosetester.py
This also resolves a failure in the recently introduced tests
in `test_public_api.py` (see gh-14454). Closes gh-14566
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index e27d9b404..6de171dbb 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -313,9 +313,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "random.pcg64", "random.philox", "random.sfc64", - "testing.decorators", - "testing.noseclasses", - "testing.nosetester", "testing.print_coercion_tables", "testing.utils", ]] |