Fabian Affolter
2025-02-05 11:34:42 +01:00
parent 6d7712b174
commit 601161ee17
+4 -4
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ggshield";
version = "1.35.0";
version = "1.36.0";
pyproject = true;
src = fetchFromGitHub {
owner = "GitGuardian";
repo = "ggshield";
tag = "v${version}";
hash = "sha256-ystZS5TYmu6Y86lGTAEXzQlV2/eowQJ+UQqLPtvwdpE=";
hash = "sha256-qHGReoIRgqpolQvtzysXtcFJGzavdG6osh4u1ctvHuo=";
};
pythonRelaxDeps = true;
@@ -57,8 +57,6 @@ python3.pkgs.buildPythonApplication rec {
# Don't run functional tests
"tests/functional/"
"tests/unit/cmd/honeytoken"
"tests/unit/cmd/iac"
"tests/unit/cmd/sca/"
"tests/unit/cmd/scan/"
"tests/test_factories.py"
];
@@ -76,6 +74,8 @@ python3.pkgs.buildPythonApplication rec {
"test_file_is_longer_than_does_not_read_utf8_file"
"test_file_is_longer_using_8bit_codec"
"test_generate_files_from_paths"
# Nixpkgs issue
"test_get_file_sha_in_ref"
];
meta = with lib; {