summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-06-17 21:35:26 +0300
committerGitHub <noreply@github.com>2020-06-17 21:35:26 +0300
commit8245b392a344a1ae0db6e569ab68b368ad8883c1 (patch)
treee1c5325e8d9114b69e59b3b3ba0cb538fdcbc1e0 /numpy/tests/test_public_api.py
parent02883d85b5d3f68c12cb1df75f96e0fed741d4a4 (diff)
parente72653810f470415f4d78c8a9ea874370a526126 (diff)
downloadnumpy-8245b392a344a1ae0db6e569ab68b368ad8883c1.tar.gz
Merge pull request #13516 from seiko2plus/core_improve_infa_build
ENH: enable multi-platform SIMD compiler optimizations
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 df0e04285..cc4c5d8c5 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -214,6 +214,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"core.umath",
"core.umath_tests",
"distutils.ccompiler",
+ 'distutils.ccompiler_opt',
"distutils.command",
"distutils.command.autodist",
"distutils.command.bdist_rpm",