summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-10-17 23:40:27 +0200
committerGitHub <noreply@github.com>2019-10-17 23:40:27 +0200
commit9ee262b5bf89e8c866a507e4d62b78532361adc2 (patch)
treeb303f91ac1c6034f0b065fc6144123aaa855b30c /numpy/tests/test_public_api.py
parent1185880f153c5bbc2081a17121617beb588cfb1f (diff)
parent1531642c40f5e0536837833fb23e82e39aba1fa0 (diff)
downloadnumpy-9ee262b5bf89e8c866a507e4d62b78532361adc2.tar.gz
Merge pull request #14608 from mattip/random-api
API: rearrange the cython files in numpy.random
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index e3621c0fd..c71d03432 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -298,15 +298,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"ma.timer_comparison",
"matrixlib",
"matrixlib.defmatrix",
- "random.bit_generator",
- "random.bounded_integers",
- "random.common",
- "random.generator",
- "random.mt19937",
"random.mtrand",
- "random.pcg64",
- "random.philox",
- "random.sfc64",
"testing.print_coercion_tables",
"testing.utils",
]]