summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastianb@nvidia.com>2023-03-06 08:59:44 +0100
committerGitHub <noreply@github.com>2023-03-06 08:59:44 +0100
commitb4f6b0b9d2af3e5a7ed0bfb51c8d692298bc2dde (patch)
tree85b6812cc1941e4e724e4e9b1d97fbf5764e74d5 /numpy/tests/test_public_api.py
parente76c6bca202c46b202a65de4e29698115d882d66 (diff)
parentfccb005a6c995923d47aeda4e71a1d2a4a07f703 (diff)
downloadnumpy-b4f6b0b9d2af3e5a7ed0bfb51c8d692298bc2dde.tar.gz
Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2
ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.
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 a7bec6313..108ba0b74 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -194,6 +194,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"core.umath",
"core.umath_tests",
"distutils.armccompiler",
+ "distutils.fujitsuccompiler",
"distutils.ccompiler",
'distutils.ccompiler_opt',
"distutils.command",