Loading pkgs/by-name/si/sigma-cli/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,13 @@ python3.pkgs.buildPythonApplication rec { "test_check_exclude" ]; disabledTestPaths = [ # AssertionError "tests/test_analyze.py" "tests/test_convert.py" "tests/test_filters.py" ]; pythonImportsCheck = [ "sigma.cli" ]; meta = with lib; { Loading Loading
pkgs/by-name/si/sigma-cli/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,13 @@ python3.pkgs.buildPythonApplication rec { "test_check_exclude" ]; disabledTestPaths = [ # AssertionError "tests/test_analyze.py" "tests/test_convert.py" "tests/test_filters.py" ]; pythonImportsCheck = [ "sigma.cli" ]; meta = with lib; { Loading