8000 DEP: remove deprecate (and private) numpy.testing submodules. · rgommers/numpy@d8b1a87 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8b1a87

< 8000 div class="d-flex gap-2 flex-items-center flex-md-justify-end">Browse files
committed
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 numpygh-14454). Closes numpygh-14566
1 parent 815061c commit d8b1a87

File tree

5 files changed

+5
-56
lines changed

5 files changed

+5
-56
lines changed

doc/source/reference/routines.testing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Decorators
3737
.. autosummary::
3838
:toctree: generated/
3939

40-
decorators.deprecated
41-
decorators.knownfailureif
42-
decorators.setastest
43-
decorators.skipif
44-
decorators.slow
40+
dec.deprecated
41+
dec.knownfailureif
42+
dec.setastest
43+
dec.skipif
44+
dec.slow
4545
decorate_methods
4646

4747
Test Running

numpy/testing/decorators.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

numpy/testing/noseclasses.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

numpy/testing/nosetester.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

numpy/tests/test_public_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,6 @@ def test_NPY_NO_EXPORT():
313313
"random.pcg64",
314314
"random.philox",
315315
"random.sfc64",
316-
"testing.decorators",
317-
"testing.noseclasses",
318-
"testing.nosetester",
319316
"testing.print_coercion_tables",
320317
"testing.utils",
321318
]]

0 commit comments

Comments
 (0)
0