python3Packages.gvm-tools: disable failing tests

This commit is contained in:
Fabian Affolter 2022-01-17 10:13:05 +01:00
parent 9e779f01ca
commit c7b528d3ad

View File

@ -4,6 +4,7 @@
, poetry-core
, pytestCheckHook
, python-gvm
, pythonAtLeast
, pythonOlder
}:
@ -36,6 +37,8 @@ buildPythonPackage rec {
disabledTests = [
# Don't test sending
"SendTargetTestCase"
] ++ lib.optionals (pythonAtLeast "3.10") [
"HelpFormattingParserTestCase"
];
pythonImportsCheck = [