CI tests: Skip failing tests of python-httpbin

The tests are failing on Fedora 35+ for reasons beyond pyproject-rpm-macros.

Related: rhbz#1950291
This commit is contained in:
Miro Hrončok 2021-07-16 22:29:04 +00:00
parent 7602b9a77a
commit a4b3946fbf
1 changed files with 2 additions and 0 deletions

View File

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