dev-python/cloudflare: mark newly failing test xfail

Test started failing with a 500 internal server error on their end
They're also working on a revamp and new major version.

Signed-off-by: Kyle Elbert <kcelbert@gmail.com>
This commit is contained in:
Kyle Elbert
2024-04-09 15:35:54 -05:00
parent cad5efb068
commit c73aae6736

View File

@@ -29,7 +29,9 @@ python_prepare_all() {
sed -i -e "s/'cli4', 'examples'/'cli4'/" \
-e "s#'CloudFlare/tests',##" \
setup.py || die
sed -i -e "/def test_ips7_should_fail():/i@pytest.mark.xfail(reason='Now fails upstream')" \
-e "2s/^/import pytest/" \
CloudFlare/tests/test_cloudflare_calls.py || die
distutils-r1_python_prepare_all
}
python_test() {