diff options
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index e3621c0fd..409d7e28e 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -299,8 +299,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "matrixlib", "matrixlib.defmatrix", "random.bit_generator", - "random.bounded_integers", - "random.common", "random.generator", "random.mt19937", "random.mtrand", |