Bugzilla – Bug 1212710
python-numpy fails on tests for armv7
Last modified: 2023-09-04 07:01:15 UTC
python-numpy fails on tests for armv7. Full log: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/python-numpy/standard/armv7l Short log: [ 4409s] =========================== short test summary info ============================ [ 4409s] FAILED core/tests/test_cpu_features.py::Test_ARM_Features::test_features - As... [ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data17-escape17-f-sqrt] [ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data18-escape18-f-sqrt] [ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data19-escape19-f-sqrt] [ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data20-escape20-f-sqrt] [ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data16-escape16-f-sqrt] [ 4409s] FAILED core/tests/test_umath.py::TestSpecialFloats::test_unary_spurious_fpexception[data21-escape21-f-sqrt] [ 4409s] = 7 failed, 26908 passed, 1220 skipped, 35 xfailed, 3 xpassed in 679.72s (0:11:19) =
Let's add here the upstream report so we can track easily: https://github.com/numpy/numpy/issues/24001
With the latest version of numpy there are different tests failing for armv7l, but it looks like it's because of 32bits, so it's safe to skip them. I've created a new request that should fix all the problems for armv7l: https://build.opensuse.org/request/show/1104160
This is an autogenerated message for OBS integration: This bug (1212710) was mentioned in https://build.opensuse.org/request/show/1104294 Factory / python-numpy
Everything is working now.