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

This commit is contained in:
Martin Weinelt
2025-10-26 14:49:19 +00:00
committed by GitHub
+2
View File
@@ -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;