Unverified Commit e38f9039 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

ggshield: 1.35.0 -> 1.36.0 (#379563)

parents 481a31a0 601161ee
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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; {