From 188276960b345408dc141bf06a11b8bfb930537d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 25 Jan 2024 19:33:35 +0100 Subject: [PATCH] CI: Skip httpbin %tox on F40+ --- tests/python-httpbin.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/python-httpbin.spec b/tests/python-httpbin.spec index 9e0609a..de0618f 100644 --- a/tests/python-httpbin.spec +++ b/tests/python-httpbin.spec @@ -61,7 +61,10 @@ sed -Ei 's/\bdef (test_(relative_)?redirect_(to_post|n_(equals_to|higher_than)_1 %if %{with tests} %check +%if 0%{?fedora} < 40 && 0%{?rhel} < 10 +# this version of httpbin is not compatible with werkzeug 3+ %tox +%endif # Internal check for our macros # The runtime dependencies contain raven[flask], we assert we got them.