python311Packages.pytest-httpbin: disable failing test

Likely broke with the flask 2.3 update.
This commit is contained in:
Martin Weinelt 2023-09-16 12:22:47 +02:00
parent 580cb8df0a
commit c19f199d72

View File

@ -37,6 +37,11 @@ buildPythonPackage rec {
requests
];
disabledTests = [
# incompatible with flask 2.3
"test_redirect_location_is_https_for_secure_server"
];
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [