mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.httpx: skip tests broken by chardet v6
This commit is contained in:
parent
9dfc99b8d8
commit
1e05909763
1 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,10 @@ buildPythonPackage rec {
|
|||
"test_sync_proxy_close"
|
||||
# ResourceWarning: Async generator 'httpx._content.ByteStream.__aiter__' was garbage collected before it had been exhausted. Surround its use in 'async with aclosing(...):' to ensure that it gets cleaned up as soon as you're done using it.
|
||||
"test_write_timeout" # trio variant
|
||||
# chardet v6 recognizes the wrong encoding
|
||||
"test_client_decode_text_using_autodetect"
|
||||
"test_client_decode_text_using_explicit_encoding"
|
||||
"test_response_decode_text_using_autodetect"
|
||||
];
|
||||
|
||||
disabledTestPaths = [ "tests/test_main.py" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue