From fd69fdf179df81543f2f0489f427bb964de3852b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 13 Jul 2026 16:05:36 +0200 Subject: [PATCH] python3Packages.httpx2: ignore chardet encoding string mismatches --- pkgs/development/python-modules/httpx2/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/httpx2/default.nix b/pkgs/development/python-modules/httpx2/default.nix index ab73647f11f2..33ae69aa41fc 100644 --- a/pkgs/development/python-modules/httpx2/default.nix +++ b/pkgs/development/python-modules/httpx2/default.nix @@ -105,6 +105,10 @@ buildPythonPackage (finalAttrs: { # uvicorn access logging mismatch "test_logging_request" "test_logging_redirect_chain" + # chardet shenanigans (Windows-1252 == WINDOWS-1252 cmp) + "test_client_decode_text_using_autodetect" + "test_client_decode_text_using_explicit_encoding" + "test_response_decode_text_using_autodetect" ]; passthru.tests = {