Unverified Commit 5f16a506 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

pinnwand: disable failing test due to click 8.2 update

parent c79220a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ buildPythonApplication rec {
  disabledTestPaths = [
    # out-of-date browser tests
    "test/e2e"
    # click 8.2.0 exits with 2 instead of 0 when no args are passed
    "test/integration/test_command.py::test_main"
  ];

  __darwinAllowLocalNetworking = true;