mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
python312Packages.pytest-httpbin: disable failing test
This commit is contained in:
@@ -38,6 +38,8 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# incompatible with flask 2.3
|
||||
"test_redirect_location_is_https_for_secure_server"
|
||||
# Timeout on Hydra
|
||||
"test_dont_crash_on_handshake_timeout"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
@@ -82,5 +82,3 @@ buildPythonPackage rec {
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
# Timeout
|
||||
"test_dont_crash_on_handshake_timeout"
|
||||
Reference in New Issue
Block a user