Try again

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-05-24 15:44:11 +03:00
parent 358e6d1a8a
commit 2a13bd43c8
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 2 additions and 2 deletions

View File

@ -98,9 +98,9 @@ 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
%endif
%ifarch riscv64
-k "not test_green_device and not Green" \
-k "not test_green_device and not Green and not test_device and not test_draft"
%endif
-k "not test_draft"
# -k "not test_draft"
%files -n python%{python3_pkgversion}-zmq -f %{pyproject_files}