diff options
author | yamadafuyuka <yamada.fuyuka@jp.fuijitsu.com> | 2022-12-28 12:59:07 +0900 |
---|---|---|
committer | yamadafuyuka <yamada.fuyuka@jp.fuijitsu.com> | 2023-03-02 17:32:23 +0900 |
commit | fccb005a6c995923d47aeda4e71a1d2a4a07f703 (patch) | |
tree | 3de975cbca65a50a9bb04fc98a63ea971c96251d /numpy/tests/test_public_api.py | |
parent | 80d5aeb986a885b8cc43b27839477a15677bcac8 (diff) | |
download | numpy-fccb005a6c995923d47aeda4e71a1d2a4a07f703.tar.gz |
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.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 15a847393..c2df50494 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", |