octoprint: fix build with failing werkzeug dependency

disable checks for werkzeug where one test started to fail recently.

An update of werkzeug inside octoprint isn't possible (yet), so disable
the tests.

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2024-05-07 05:58:49 +02:00
parent 50f535b067
commit 91fe03db2e
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -28,6 +28,7 @@ let
inherit version; inherit version;
hash = "sha256-LhzMlBfU2jWLnebxdOOsCUOR6h1PvvLWZ4ZdgZ39Cv4="; hash = "sha256-LhzMlBfU2jWLnebxdOOsCUOR6h1PvvLWZ4ZdgZ39Cv4=";
}; };
doCheck = false;
}); });
flask = super.flask.overridePythonAttrs (oldAttrs: rec { flask = super.flask.overridePythonAttrs (oldAttrs: rec {
version = "2.2.5"; version = "2.2.5";