sigma-cli: disable failing CLI tests

This commit is contained in:
Fabian Affolter 2023-11-26 10:08:32 +01:00
parent 23d6ddc673
commit 5fae805b41

View File

@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "sigma-cli";
version = "0.7.10";
format = "pyproject";
pyproject = true;
src = fetchFromGitHub {
owner = "SigmaHQ";
@ -55,6 +55,10 @@ python3.pkgs.buildPythonApplication rec {
"test_plugin_show_identifier"
"test_plugin_show_nonexisting"
"test_plugin_show_uuid"
# Tests compare STDOUT results
"test_check_valid"
"test_check_stdin"
"test_check_exclude"
];
pythonImportsCheck = [