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

wapiti: 3.2.5 -> 3.2.6 (#451654)

parents 1fd05370 b8ca65a7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3Packages.buildPythonApplication rec {
  pname = "wapiti";
  version = "3.2.5";
  version = "3.2.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "wapiti-scanner";
    repo = "wapiti";
    tag = version;
    hash = "sha256-Sof7ZaCeIJ6Hsut0uK9yPcunXArexpzIbSbksZpHqVU=";
    hash = "sha256-dcPFHy7W6wJ+KpD8e9VfO+AgedwaA2+xeJImxRxq4oE=";
  };

  pythonRelaxDeps = true;
@@ -66,6 +66,7 @@ python3Packages.buildPythonApplication rec {
      versionCheckHook
      writableTmpDirAsHomeHook
    ];

  versionCheckProgramArg = "--version";

  disabledTests = [
@@ -94,6 +95,7 @@ python3Packages.buildPythonApplication rec {
    "test_meta_detection"
    "test_multi_detection"
    "test_no_crash"
    "test_ns_takeover"
    "test_options"
    "test_out_of_band"
    "test_partial_tag_name_escape"