mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.httpx2: ignore chardet encoding string mismatches
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user