python311Packages.pytest-httpbin: disable failing test
Likely broke with the flask 2.3 update.
This commit is contained in:
parent
580cb8df0a
commit
c19f199d72
@ -37,6 +37,11 @@ buildPythonPackage rec {
|
||||
requests
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# incompatible with flask 2.3
|
||||
"test_redirect_location_is_https_for_secure_server"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user