CI: Skip httpbin %tox on F40+
This commit is contained in:
parent
48d8f4493a
commit
f987ccf2ee
@ -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