diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2023-01-22 14:11:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 14:11:29 +0100 |
commit | 2f8129c0eeb58a07f9c1427dd36e6b908dbdee64 (patch) | |
tree | 593b9577f80719ef9bfd7522d9df4ab3d668c709 /numpy/tests/test_public_api.py | |
parent | 747823cc7e77d1e13705856d10a6ca2a46f4c47d (diff) | |
parent | d62280de7b4d7e0da26cbe3342ad85ed7562ef5b (diff) | |
download | numpy-2f8129c0eeb58a07f9c1427dd36e6b908dbdee64.tar.gz |
Merge pull request #23060 from charris/remove-testing-utils-shim
DEP: Remove the deprecated ``utils.py`` shim.
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index cc6d0a033..15a847393 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -288,7 +288,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "random.mtrand", "random.bit_generator", "testing.print_coercion_tables", - "testing.utils", ]] |