From e1347f19344b4c8808ca54140bdb2cf690a4b5e9 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 26 Dec 2020 15:55:01 +0200 Subject: [PATCH] Disable more tests for riscv64 for now =========================== short test summary info ============================ FAILED scipy/linalg/tests/test_lapack.py::test_gejsv_edge_arguments[float64] FAILED scipy/linalg/tests/test_lapack.py::test_gejsv_edge_arguments[float32] FAILED scipy/linalg/tests/test_lapack.py::test_gejsv_NAG[A0-sva_expect0-u_expect0-v_expect0] = 3 failed, 34435 passed, 2202 skipped, 99 xfailed, 6 xpassed, 10 warnings in 3851.39s (1:04:11) = Signed-off-by: David Abdurachmanov --- scipy.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scipy.spec b/scipy.spec index f083f5c..dfb4d8f 100644 --- a/scipy.spec +++ b/scipy.spec @@ -174,6 +174,8 @@ export PYTEST_ADDOPTS="-k '\ not test_random_complex_exact and \ not test_ldl_type_size_combinations and \ not test_ifft and \ + not test_gejsv_edge_arguments and \ + not test_gejsv_NAG and \ not test_ihfft'" %endif