diff options
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 5c5de7c23..32e9f42d5 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -193,6 +193,7 @@ PRIVATE_BUT_PRESENT_MODULES = [ "core.einsumfunc", "core.fromnumeric", "core.function_base", + "core.generate_numpy_api", "core.getlimits", "core.info", "core.machar", |