diff --git a/scipy.spec b/scipy.spec index 18f55ac..4f98650 100644 --- a/scipy.spec +++ b/scipy.spec @@ -184,6 +184,17 @@ export PYTEST_ADDOPTS="-k 'not TestSchur and not test_solve_discrete_are'" TIMEOUT=1000 %endif +%ifarch riscv64 +export PYTEST_ADDOPTS="-k '\ + not TestSchur and \ + not test_gejsv_general and \ + not test_kendall_p_exact_large and \ + not test_gejsv_edge_arguments and \ + not test_gh12999 and \ + not test_gejsv_NAG'" +TIMEOUT=1000 +%endif + %ifarch x86_64 # skip also failing test_sygst for now export PYTEST_ADDOPTS="-k 'not TestSchur and not test_sygst'"