diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2022-11-27 14:51:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-27 14:51:32 +0100 |
| commit | 3b7672ebd16982b661b8fbcabac80158662a8784 (patch) | |
| tree | afc7f0eaad71d8f54f4f03a44da407fb222e997f /numpy/tests/test_public_api.py | |
| parent | d4b2d4f80060285ac085ea874aceaf9fa1bfb757 (diff) | |
| parent | 4002a7d421ff10780c28a3643683af7a9754f87f (diff) | |
| download | numpy-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.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 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", |
