diff --git a/scipy.spec b/scipy.spec index 90361ef..6dd813c 100644 --- a/scipy.spec +++ b/scipy.spec @@ -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 - 1.11.3-2.1.riscv64 +- Ignore more failed tests on riscv64 + * Wed Nov 29 2023 David Abdurachmanov - 1.11.3-2.0.riscv64 - Enable riscv64