diff options
author | Thomas Green <tomgreen66@hotmail.com> | 2021-12-02 23:27:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 23:27:50 +0000 |
commit | 1cfdac82ac793061d8ca4b07c046fc6b21ee7e54 (patch) | |
tree | 51475eb435197db472fa4b103c7ee988293cdb35 /numpy/tests/test_public_api.py | |
parent | 9d89ab53f71f781d82e0376a94b8b1d52e01e354 (diff) | |
download | numpy-1cfdac82ac793061d8ca4b07c046fc6b21ee7e54.tar.gz |
Update test_public_api.py
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 0754df402..bb15e10e8 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -189,6 +189,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "core.shape_base", "core.umath", "core.umath_tests", + "distutils.armccompiler", "distutils.ccompiler", 'distutils.ccompiler_opt', "distutils.command", @@ -214,6 +215,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "distutils.extension", "distutils.fcompiler", "distutils.fcompiler.absoft", + "distutils.fcompiler.arm", "distutils.fcompiler.compaq", "distutils.fcompiler.environment", "distutils.fcompiler.g95", |