diff options
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 409d7e28e..8afcede0b 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -300,11 +300,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "matrixlib.defmatrix", "random.bit_generator", "random.generator", - "random.mt19937", "random.mtrand", - "random.pcg64", - "random.philox", - "random.sfc64", "testing.print_coercion_tables", "testing.utils", ]] |