forked from mirrors/nixpkgs
python3Packages.cfn-lint: disable tests requiring network access
This commit is contained in:
parent
90a28c8ec1
commit
c7fc19466b
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue