From 8b802bb667f5b38be598df35858c036c5f48b402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 4 Jul 2023 16:11:32 +0200 Subject: [PATCH] Cowardly also skip tests on i686 --- python-websockets.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-websockets.spec b/python-websockets.spec index dea3d90..a4b2979 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,6 +1,6 @@ %global pypi_name websockets -%ifarch %{ix86} x86_64 +%ifarch x86_64 %bcond_without tests %endif