ggshield: 1.35.0 -> 1.36.0
Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.35.0...v1.36.0 Changelog: https://github.com/GitGuardian/ggshield/blob/1.36.0/CHANGELOG.md
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user