summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-09 13:07:54 -0600
committerGitHub <noreply@github.com>2020-10-09 13:07:54 -0600
commit328135c3a355baed063a1ccbb224c9dc1b71a464 (patch)
tree0f142e66188d7501cca360c104b6265a87af34af /numpy/tests/test_public_api.py
parent2262a7d7a961b1e9322ac1088a18283ed8ec32a0 (diff)
parent55ed4981998ce78496e30752192a9732c3570888 (diff)
downloadnumpy-328135c3a355baed063a1ccbb224c9dc1b71a464.tar.gz
Merge pull request #17344 from danbeibei/master
ENH: Support for the NVIDIA HPC SDK nvfortran compiler
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 21b8b838f..6ba279c61 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -240,6 +240,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"distutils.fcompiler.none",
"distutils.fcompiler.pathf95",
"distutils.fcompiler.pg",
+ "distutils.fcompiler.nv",
"distutils.fcompiler.sun",
"distutils.fcompiler.vast",
"distutils.from_template",