Try again

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-05-24 14:56:30 +03:00
parent c9897a6de7
commit 358e6d1a8a
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -98,7 +98,7 @@ cd %{_topdir}
-k "not (test_green_device or (Green and (test_raw or test_timeout or test_poll)))" \ # this crashes on Python 3.12, TODO investigate -k "not (test_green_device or (Green and (test_raw or test_timeout or test_poll)))" \ # this crashes on Python 3.12, TODO investigate
%endif %endif
%ifarch riscv64 %ifarch riscv64
-k "not test_green_device" \ -k "not test_green_device and not Green" \
%endif %endif
-k "not test_draft" -k "not test_draft"