summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2021-09-01 11:19:06 +0300
committerPearu Peterson <pearu.peterson@gmail.com>2021-09-01 11:19:06 +0300
commit96e63aaf5c2720c4adc6c4440f2732ee6a73b260 (patch)
treece63653dafcdabc7e0dff1a2ae1c4ad208f49630 /numpy/tests/test_public_api.py
parentd721e67fb3dc732e944493c47fbbcd22d19481dc (diff)
downloadnumpy-96e63aaf5c2720c4adc6c4440f2732ee6a73b260.tar.gz
Add new module numpy.f2py.symbolic
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 5b1578500..73a93f489 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -253,6 +253,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"f2py.f90mod_rules",
"f2py.func2subr",
"f2py.rules",
+ "f2py.symbolic",
"f2py.use_rules",
"fft.helper",
"lib.arraypad",