Ignore more failing tests on riscv64
[..] -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED scipy/sparse/linalg/tests/test_propack.py::test_examples[False-float32] FAILED scipy/optimize/tests/test_milp.py::test_milp_timeout_16545[options0-Time limit reached. (HiGHS Status 13:] FAILED scipy/sparse/linalg/tests/test_propack.py::test_examples[False-float64] FAILED scipy/sparse/linalg/tests/test_propack.py::test_examples[False-complex64] FAILED scipy/sparse/linalg/tests/test_propack.py::test_examples[False-complex128] FAILED scipy/sparse/linalg/tests/test_propack.py::test_examples[True-float32] FAILED scipy/sparse/linalg/tests/test_propack.py::test_examples[True-float64] FAILED scipy/sparse/linalg/tests/test_propack.py::test_examples[True-complex128] = 8 failed, 53296 passed, 3014 skipped, 225 xfailed, 11 xpassed, 141 warnings in 6690.40s (1:51:30) = RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.6avlQq (%check) [..] Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
348cef7acc
commit
2246d23894
@ -23,7 +23,7 @@
|
||||
Summary: Scientific Tools for Python
|
||||
Name: scipy
|
||||
Version: 1.11.3
|
||||
Release: 2.0.riscv64%{?dist}
|
||||
Release: 2.1.riscv64%{?dist}
|
||||
|
||||
# BSD-3-Clause -- whole package except:
|
||||
# BSD-2-Clause -- scipy/_lib/_pep440.py
|
||||
@ -285,6 +285,8 @@ not test_gejsv_general and \
|
||||
not test_kendall_p_exact_large and \
|
||||
not test_gejsv_edge_arguments and \
|
||||
not test_gh12999 and \
|
||||
not test_propack and \
|
||||
not test_milp and \
|
||||
not test_gejsv_NAG'"
|
||||
TIMEOUT=1000
|
||||
%endif
|
||||
@ -316,6 +318,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.11.3-2.1.riscv64
|
||||
- Ignore more failed tests on riscv64
|
||||
|
||||
* Wed Nov 29 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.11.3-2.0.riscv64
|
||||
- Enable riscv64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user