Loading pkgs/tools/security/ggshield/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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" ]; Loading @@ -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; { Loading Loading
pkgs/tools/security/ggshield/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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" ]; Loading @@ -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; { Loading