From c96ad6bb8cea202ea22aebc01bd1fe1a9d51527e5b8fc4b9901a8492f6121b7b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 13 Dec 2024 10:42:59 +0000 Subject: [PATCH] Accepting request 1230610 from home:bnavigator:branches:devel:languages:python - Skip a test because httpx 0.28 cosmetically changed the format of a body response. Note that fastapi technically does not yet support httpx 0.28 upstream. OBS-URL: https://build.opensuse.org/request/show/1230610 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=86 --- python-fastapi.changes | 7 +++++++ python-fastapi.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-fastapi.changes b/python-fastapi.changes index ba3e703..542d661 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 12 14:51:37 UTC 2024 - Ben Greiner + +- Skip a test because httpx 0.28 cosmetically changed the format + of a body response. Note that fastapi technically does not yet + support httpx 0.28 upstream. + ------------------------------------------------------------------- Thu Dec 5 14:49:59 UTC 2024 - Dirk Müller diff --git a/python-fastapi.spec b/python-fastapi.spec index 121bd3b..07bf1a6 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -86,8 +86,8 @@ Python FastAPI framework. %check # more warnings as expected donttest="test_warn_duplicate_operation_id" -# https://github.com/tiangolo/fastapi/discussions/9934 -donttest+=" or test_dependency_gets_exception" +# fails because of changed (cosmetic) body format in httpx 0.28 (technically not suppoerted yet upstream) +donttest+=" or test_exception_handler_body_access" # python-fastapi-cli packages doesn't exists in openSUSE donttest+=" or test_fastapi_cli" donttest+=" or test_openapi"