diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-16 14:49:15 -0700 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-09-19 08:57:52 +0200 |
commit | 2bc84dba9871eaa654153f855c9b74e88a55ff10 (patch) | |
tree | 3121c3081d697996056e902b646590f6c97e0577 | |
parent | 69bd8010edb30674f39d2fc3b7ae0a1d03b55c23 (diff) | |
download | numpy-2bc84dba9871eaa654153f855c9b74e88a55ff10.tar.gz |
TST: remove random.entropy from public API test, it was removed in gh-14498
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 716ddb3e3..a9b478938 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -319,7 +319,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "random.bit_generator", "random.bounded_integers", "random.common", - "random.entropy", "random.generator", "random.info", "random.mt19937", |