Skip to content

MAINT: add test to prevent new public-looking modules being added #14454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 20, 2019
Prev Previous commit
Next Next commit
TST: remove random.entropy from public API test, it was removed in gh…
  • Loading branch information
rgommers committed Sep 19, 2019
commit 2bc84dba9871eaa654153f855c9b74e88a55ff10
1 change: 0 additions & 1 deletion numpy/tests/test_public_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ def test_NPY_NO_EXPORT():
"random.bit_generator",
"random.bounded_integers",
"random.common",
"random.entropy",
"random.generator",
"random.info",
"random.mt19937",
Expand Down