mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.flask: disable failing test
Upstream says this is already fixed on main and has no production impact.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user