python3Packages.gvm-tools: disable sending tests

This commit is contained in:
Fabian Affolter 2021-10-12 11:08:28 +02:00
parent db3dea9b26
commit a98569d9d6

View File

@ -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";