Unverified Commit 91fe03db authored by Florian Brandes's avatar Florian Brandes
Browse files

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: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent 50f535b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ let
                inherit version;
                hash = "sha256-LhzMlBfU2jWLnebxdOOsCUOR6h1PvvLWZ4ZdgZ39Cv4=";
              };
              doCheck = false;
            });
            flask = super.flask.overridePythonAttrs (oldAttrs: rec {
              version = "2.2.5";