python3Packages.cfn-lint: disable tests requiring network access

This commit is contained in:
Martin Weinelt 2021-04-15 01:27:53 +02:00
parent 90a28c8ec1
commit c7fc19466b

View file

@ -67,6 +67,9 @@ buildPythonPackage rec {
"TestQuickStartTemplates"
# requires git directory
"test_update_docs"
# Tests depend on network access (fails in getaddrinfo)
"test_update_resource_specs_python_2"
"test_update_resource_specs_python_3"
];
pythonImportsCheck = [