From 3e088c8457a8a3fb4e51fe4b8723811e2520328d6635ec59b587051e564fa35f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 30 Nov 2024 09:50:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy1?expand=0&rev=14 --- python-numpy1.spec | 5 +++++ 1 file changed, 5 insertions(+) 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