python3Packages.flask: disable failing test

Upstream says this is already fixed on main and has no production impact.
This commit is contained in:
Martin Weinelt
2026-07-12 22:09:05 +02:00
parent 800fcf581f
commit 0fa0f446a0

View File

@@ -59,6 +59,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ] ++ lib.concatAttrValues optional-dependencies;
disabledTests = [
# https://github.com/pallets/flask/issues/6092#issuecomment-4952497033
"test_bad_environ_raises_bad_request"
];
passthru.tests = {
inherit
flask-limiter