CI: Skip httpbin %tox on F40+

This commit is contained in:
Miro Hrončok 2024-01-25 19:33:35 +01:00
parent f8b0e925e8
commit 188276960b
1 changed files with 3 additions and 0 deletions

View File

@ -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.