about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cfn-lint
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-15 01:27:53 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-15 02:19:52 +0200
commitc7fc19466bb76903cd214f02b63b0be74111d238 (patch)
treea6d95ede80e37bd1654345d69fe40417c467467e /pkgs/development/python-modules/cfn-lint
parent90a28c8ec143989c65c796a161fcfb581400fce7 (diff)
python3Packages.cfn-lint: disable tests requiring network access
Diffstat (limited to 'pkgs/development/python-modules/cfn-lint')
-rw-r--r--pkgs/development/python-modules/cfn-lint/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cfn-lint/default.nix b/pkgs/development/python-modules/cfn-lint/default.nix
index 5e8634f9fc6bf..a5f2290899335 100644
--- a/pkgs/development/python-modules/cfn-lint/default.nix
+++ b/pkgs/development/python-modules/cfn-lint/default.nix
@@ -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 = [