diff --git a/python-numpy1.spec b/python-numpy1.spec index cf75531..457c85c 100644 --- a/python-numpy1.spec +++ b/python-numpy1.spec @@ -361,6 +361,11 @@ test_failok+=" or (test_umath and test_fp_noncontiguous)" %endif # fail on Python 3.13 https://github.com/numpy/numpy/issues/27842 test_failok+=" or (test_nditer and test_iter_refcount) or (test_utils and (test_deprecate_help_indentation or test_deprecate_preserve_whitespace))" +# not supported by setuptools 75 +test_failok+=" or test_all_modules_are_expected_2" +test_failok+=" or test_api_importable" +test_failok+=" or test_mingw32ccompiler" +test_failok+=" or test_system_info.py" echo " import sys