summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-03-28 21:41:24 -0400
committerGitHub <noreply@github.com>2023-03-28 21:41:24 -0400
commit95eeb2a45f76062bcf77101fcd14067ca8075166 (patch)
tree9a719e4280d1a2851f7cbfe539af531069b5220b /numpy/tests/test_public_api.py
parent94d4f702017be274acb130cbe9cf163910137fbc (diff)
parentbaff4644364d5b5e8ac6196ba918c470f7e43782 (diff)
downloadnumpy-95eeb2a45f76062bcf77101fcd14067ca8075166.tar.gz
Merge pull request #23480 from rgommers/remove-dual
DEP: remove deprecated `numpy.dual` module
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",