summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-10-02 22:26:55 +0300
committermattip <matti.picus@gmail.com>2019-10-11 15:08:46 +0300
commit260bf67640724915ffefd0a5a7133318ece149da (patch)
treed4e6e2fbcf7db4d3de21a0d3324c5f596d520ef9 /numpy/tests/test_public_api.py
parentaeac7d56e91577d54ee48a6ae928709414f176e5 (diff)
downloadnumpy-260bf67640724915ffefd0a5a7133318ece149da.tar.gz
API: move bit_generator and generator to be private
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 8afcede0b..c71d03432 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -298,8 +298,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"ma.timer_comparison",
"matrixlib",
"matrixlib.defmatrix",
- "random.bit_generator",
- "random.generator",
"random.mtrand",
"testing.print_coercion_tables",
"testing.utils",