summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-03-28 18:34:04 -0600
committerCharles Harris <charlesr.harris@gmail.com>2023-03-28 18:34:04 -0600
commitd3d6da4be8e456809b5f26ec9cf0a60c17c785f2 (patch)
tree481cc2b9634ff88d5f56795240e3c6c66b088a3f /numpy/tests/test_public_api.py
parent8bdb8c327696d2f8c834b66f411e7d4216dc612c (diff)
downloadnumpy-d3d6da4be8e456809b5f26ec9cf0a60c17c785f2.tar.gz
MAINT: Remove numpy.dual from API check
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 108ba0b74..e0681426e 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -248,7 +248,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"distutils.numpy_distribution",
"distutils.pathccompiler",
"distutils.unixccompiler",
- "dual",
"f2py.auxfuncs",
"f2py.capi_maps",
"f2py.cb_rules",