diff options
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", ]] |