python-numpy %checks error out on SLES15 with Python3-SLE-Module

Hi all, and the next package showing errors when building for SLES15/Leap 15 with Python3.10 from the Python3-SLE-Module:
https://build.opensuse.org/package/rdiff/home:ojkastl_buildservice:ansible-l...
As you can see I had to disable some checks to get a successful build.
4 # flaky tests 5+test_failok+=" or test_compile1" 6+test_failok+=" or test_compile2" 7+test_failok+=" or test_cstruct" 8+test_failok+=" or test_set_policy" 9+test_failok+=" or test_default_policy_singleton" 10+test_failok+=" or test_policy_propagation" 11+test_failok+=" or test_context_locality" 12+test_failok+=" or test_thread_locality" 13+test_failok+=" or test_switch_owner[0]" 14+test_failok+=" or test_switch_owner[1]" 15+test_failok+=" or test_switch_owner[None]" 16+test_failok+=" or test_owner_is_base" 17 test_failok+=" or test_structured_object_indexing"
Not sure if this is because SLE/Leap are using older versions of compilers etc. or if they checks fail because there is no /usr/bin/python3 available (remember, only building for python3.10, not the 3.6 standard version). Sorry for not being more specific, but the failed test output is huuuuuge and complicated... I have a working package, so nothing urgent, but I guess this should be fixed or investigated? Kind Regards, Johannes -- Johannes Kastl Linux Consultant & Trainer Tel.: +49 (0) 151 2372 5802 Mail: kastl@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg http://www.b1-systems.de GF: Ralph Dehner Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
participants (1)
-
Johannes Kastl