diff --git a/python-numpy.changes b/python-numpy.changes index f2f250e..886fdda 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -2,6 +2,7 @@ Fri Nov 22 22:33:50 UTC 2024 - Matej Cepl - Add update-meson-1_5_2.patch (gh#numpy/numpy#27531) +- Skip failing test test_api_importable ------------------------------------------------------------------- Mon Nov 18 17:23:11 UTC 2024 - Ben Greiner diff --git a/python-numpy.spec b/python-numpy.spec index fbbf838..264d0e9 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -355,6 +355,8 @@ test_failok+=" or (test_umath and test_fp_noncontiguous)" %endif # The meson command is always on the primary python and wants to import numpy from there test_failok+=" or test_limited_api" +# gh#numpy/numpy#27531 +test_failok+=" or test_api_importable" echo " import sys