Merge pull request #155307 from fabaff/fix-gvm-tools
python3Packages.gvm-tools: disable failing tests
This commit is contained in:
commit
86e6b9170c
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue