diff --git a/python-zmq.spec b/python-zmq.spec index 0ec7f0e..8146e29 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -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}