Enable riscv64
Ignore failing tests and increase the test timeout. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com> Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
This commit is contained in:
parent
7d8ddcb20c
commit
28e51aacc7
12
scipy.spec
12
scipy.spec
@ -262,6 +262,18 @@ not test_shifts and \
|
||||
not test_svdp'"
|
||||
%endif
|
||||
|
||||
%ifarch riscv64
|
||||
export PYTEST_ADDOPTS="-k '$SKIP_ALL and \
|
||||
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_propack and \
|
||||
not test_milp and \
|
||||
not test_gejsv_NAG'"
|
||||
%endif
|
||||
|
||||
pushd %{buildroot}/%{python3_sitearch}
|
||||
%{pytest} scipy %{?!rhel:--numprocesses=auto}
|
||||
# Remove test remnants
|
||||
|
Loading…
Reference in New Issue
Block a user