summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-05-06 15:02:58 +0200
committerGitHub <noreply@github.com>2022-05-06 15:02:58 +0200
commit38dec01b7ea36d137e66818f53a5555364f06b4a (patch)
tree20b679511523d0168a42d8e17e31c66ebf56fb6f /numpy/tests/test_public_api.py
parentbefef7b26773eddd2b656a3ab87f504e6cc173db (diff)
parentaf0c674ec36e46c37ff4b2d4f0ff35a88bfad435 (diff)
downloadnumpy-38dec01b7ea36d137e66818f53a5555364f06b4a.tar.gz
Merge pull request #21411 from HaoZeke/gh15528
MAINT: Remove `f2py.f2py_testing` without replacement
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 76deb281c..e028488d3 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -252,7 +252,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"f2py.crackfortran",
"f2py.diagnose",
"f2py.f2py2e",
- "f2py.f2py_testing",
"f2py.f90mod_rules",
"f2py.func2subr",
"f2py.rules",