python312Packages.pytest-httpbin: disable failing test

This commit is contained in:
Fabian Affolter
2024-05-18 13:30:40 +02:00
parent 78b98026df
commit eee3b06d83
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -82,5 +82,3 @@ buildPythonPackage rec {
maintainers = with maintainers; [ fab ];
};
}
# Timeout
"test_dont_crash_on_handshake_timeout"