pinnwand: disable failing test due to click 8.2 update (#455721)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user