mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
sigma-cli: disable failing CLI tests
This commit is contained in:
parent
23d6ddc673
commit
5fae805b41
@ -6,7 +6,7 @@
|
|||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "sigma-cli";
|
pname = "sigma-cli";
|
||||||
version = "0.7.10";
|
version = "0.7.10";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SigmaHQ";
|
owner = "SigmaHQ";
|
||||||
@ -55,6 +55,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
"test_plugin_show_identifier"
|
"test_plugin_show_identifier"
|
||||||
"test_plugin_show_nonexisting"
|
"test_plugin_show_nonexisting"
|
||||||
"test_plugin_show_uuid"
|
"test_plugin_show_uuid"
|
||||||
|
# Tests compare STDOUT results
|
||||||
|
"test_check_valid"
|
||||||
|
"test_check_stdin"
|
||||||
|
"test_check_exclude"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user