summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2022-11-27 14:51:32 +0100
committerGitHub <noreply@github.com>2022-11-27 14:51:32 +0100
commit3b7672ebd16982b661b8fbcabac80158662a8784 (patch)
treeafc7f0eaad71d8f54f4f03a44da407fb222e997f /numpy/tests/test_public_api.py
parentd4b2d4f80060285ac085ea874aceaf9fa1bfb757 (diff)
parent4002a7d421ff10780c28a3643683af7a9754f87f (diff)
downloadnumpy-3b7672ebd16982b661b8fbcabac80158662a8784.tar.gz
Merge pull request #22663 from rgommers/build-with-meson
BLD: enable building NumPy with Meson [ci skip]
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 0c652e01f..35eb4fd00 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -320,6 +320,7 @@ SKIP_LIST = [
"numpy.core.code_generators.generate_ufunc_api",
"numpy.core.code_generators.numpy_api",
"numpy.core.code_generators.generate_umath_doc",
+ "numpy.core.code_generators.verify_c_api_version",
"numpy.core.cversions",
"numpy.core.generate_numpy_api",
"numpy.distutils.msvc9compiler",