CI tests: Skip failing tests of python-httpbin
The tests are failing on Fedora 35+ for reasons beyond pyproject-rpm-macros.
This commit is contained in:
parent
ddaf2e9fb2
commit
49b58d7869
@ -30,6 +30,8 @@ sed -i s/brotlipy/brotli/ setup.py
|
||||
# update test_httpbin.py to reflect new behavior of werkzeug
|
||||
sed -i /Content-Length/d test_httpbin.py
|
||||
|
||||
# https://github.com/postmanlabs/httpbin/issues/647
|
||||
sed -Ei 's/\bdef (test_(relative_)?redirect_(to_post|n_(equals_to|higher_than)_1))/def no\1/' test_httpbin.py
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -t
|
||||
|
Loading…
Reference in New Issue
Block a user