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:
David Abdurachmanov 2023-11-06 12:45:05 +02:00 committed by Richard W.M. Jones
parent 7d8ddcb20c
commit 28e51aacc7

View File

@ -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