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 <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-12-26 15:55:01 +02:00
parent c355e83cf8
commit e1347f1934
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

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