python3Packages.gvm-tools: disable sending tests
This commit is contained in:
parent
db3dea9b26
commit
a98569d9d6
@ -43,7 +43,14 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "gvmtools" ];
|
||||
disabledTests = [
|
||||
# Don't test sending
|
||||
"SendTargetTestCase"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"gvmtools"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Collection of APIs that help with remote controlling a Greenbone Security Manager";
|
||||
|
Loading…
Reference in New Issue
Block a user