From 358e6d1a8afcf31c976a8f4c50393ef245d2d225 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 24 May 2024 14:56:30 +0300 Subject: [PATCH] Try again Signed-off-by: David Abdurachmanov --- python-zmq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-zmq.spec b/python-zmq.spec index 2c5e0c4..0ec7f0e 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -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 %endif %ifarch riscv64 --k "not test_green_device" \ +-k "not test_green_device and not Green" \ %endif -k "not test_draft"