wapiti: 3.2.5 -> 3.2.6 (#451654)
This commit is contained in:
@@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "wapiti";
|
pname = "wapiti";
|
||||||
version = "3.2.5";
|
version = "3.2.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wapiti-scanner";
|
owner = "wapiti-scanner";
|
||||||
repo = "wapiti";
|
repo = "wapiti";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-Sof7ZaCeIJ6Hsut0uK9yPcunXArexpzIbSbksZpHqVU=";
|
hash = "sha256-dcPFHy7W6wJ+KpD8e9VfO+AgedwaA2+xeJImxRxq4oE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
@@ -66,6 +66,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
versionCheckHook
|
versionCheckHook
|
||||||
writableTmpDirAsHomeHook
|
writableTmpDirAsHomeHook
|
||||||
];
|
];
|
||||||
|
|
||||||
versionCheckProgramArg = "--version";
|
versionCheckProgramArg = "--version";
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
@@ -94,6 +95,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
"test_meta_detection"
|
"test_meta_detection"
|
||||||
"test_multi_detection"
|
"test_multi_detection"
|
||||||
"test_no_crash"
|
"test_no_crash"
|
||||||
|
"test_ns_takeover"
|
||||||
"test_options"
|
"test_options"
|
||||||
"test_out_of_band"
|
"test_out_of_band"
|
||||||
"test_partial_tag_name_escape"
|
"test_partial_tag_name_escape"
|
||||||
|
|||||||
Reference in New Issue
Block a user