mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
python3Packages.httpx: disable failing tests
This commit is contained in:
@@ -100,6 +100,9 @@ buildPythonPackage rec {
|
||||
"test_client_decode_text_using_autodetect"
|
||||
"test_client_decode_text_using_explicit_encoding"
|
||||
"test_response_decode_text_using_autodetect"
|
||||
# uvicorn access logging mismatch
|
||||
"test_logging_request"
|
||||
"test_logging_redirect_chain"
|
||||
];
|
||||
|
||||
disabledTestPaths = [ "tests/test_main.py" ];
|
||||
|
||||
Reference in New Issue
Block a user