summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index fb7ec5d83..7ce74bc43 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -154,7 +154,6 @@ PUBLIC_MODULES = ['numpy.' + s for s in [
"doc.structured_arrays",
"doc.subclassing",
"doc.ufuncs",
- "dual",
"f2py",
"fft",
"lib",
@@ -258,6 +257,7 @@ 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",