From bec0bc967a87aa7797a2260b2f08894ac86c1a16 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 12 Jul 2026 03:36:30 +0200 Subject: [PATCH] python3Packages.httpx2: disable failing tests --- pkgs/development/python-modules/httpx2/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/httpx2/default.nix b/pkgs/development/python-modules/httpx2/default.nix index 83f08830b4a2..ab73647f11f2 100644 --- a/pkgs/development/python-modules/httpx2/default.nix +++ b/pkgs/development/python-modules/httpx2/default.nix @@ -102,6 +102,9 @@ buildPythonPackage (finalAttrs: { # network access "test_async_proxy_close" "test_sync_proxy_close" + # uvicorn access logging mismatch + "test_logging_request" + "test_logging_redirect_chain" ]; passthru.tests = {