Unverified Commit 4c869387 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

pinnwand: disable failing test due to click 8.2 update (#455721)

parents 084feddc 5f16a506
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;