summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorAaron Meurer <asmeurer@gmail.com>2021-08-12 16:56:10 -0600
committerAaron Meurer <asmeurer@gmail.com>2021-08-12 16:56:10 -0600
commit22cb4f3156218abe3c20adcfaaff4fc609cc8a72 (patch)
tree36ea27c007bb8cee568fe1a51d7217710c503746 /numpy/tests/test_public_api.py
parent90537b5dac1d0c569baa794967b919ae4f6fdcca (diff)
downloadnumpy-22cb4f3156218abe3c20adcfaaff4fc609cc8a72.tar.gz
Make sure array_api is included in the public API tests
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 6e4a8dee0..59e7b066c 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -137,6 +137,7 @@ def test_NPY_NO_EXPORT():
# current status is fine. For others it may make sense to work on making them
# private, to clean up our public API and avoid confusion.
PUBLIC_MODULES = ['numpy.' + s for s in [
+ "array_api",
"ctypeslib",
"distutils",
"distutils.cpuinfo",