python3Packages.gvm-tools: disable failing tests
This commit is contained in:
parent
9e779f01ca
commit
c7b528d3ad
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user