CI: Skip httpbin %tox on F40+
This commit is contained in:
parent
f8b0e925e8
commit
188276960b
@ -61,7 +61,10 @@ sed -Ei 's/\bdef (test_(relative_)?redirect_(to_post|n_(equals_to|higher_than)_1
|
|||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
|
%if 0%{?fedora} < 40 && 0%{?rhel} < 10
|
||||||
|
# this version of httpbin is not compatible with werkzeug 3+
|
||||||
%tox
|
%tox
|
||||||
|
%endif
|
||||||
|
|
||||||
# Internal check for our macros
|
# Internal check for our macros
|
||||||
# The runtime dependencies contain raven[flask], we assert we got them.
|
# The runtime dependencies contain raven[flask], we assert we got them.
|
||||||
|
Loading…
Reference in New Issue
Block a user