Merge pull request #155307 from fabaff/fix-gvm-tools

python3Packages.gvm-tools: disable failing tests
This commit is contained in:
Fabian Affolter 2022-01-17 13:06:40 +01:00 committed by GitHub
commit 86e6b9170c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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