diff --git a/pkgs/development/python-modules/cfn-lint/default.nix b/pkgs/development/python-modules/cfn-lint/default.nix index 1f3434430a7c..e3bea6456b11 100644 --- a/pkgs/development/python-modules/cfn-lint/default.nix +++ b/pkgs/development/python-modules/cfn-lint/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "cfn-lint"; - version = "1.38.2"; + version = "1.38.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "aws-cloudformation"; repo = "cfn-lint"; tag = "v${version}"; - hash = "sha256-oHbTB4XOyYSazyhO6No2+Z9QRR8tnuB3E4kGzG1HwTk="; + hash = "sha256-n3NHmbo3qRhP7oqUOokw8oGnNXo4rhRhuAgL66hvfog="; }; build-system = [ setuptools ]; @@ -79,17 +79,6 @@ buildPythonPackage rec { disabledTests = [ # 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" - "test_sarif_formatter" - # Some CLI tests fails - "test_bad_config" - "test_override_parameters" - "test_positional_template_parameters" - "test_template_config" - # Assertion error - "test_build_graph" ]; pythonImportsCheck = [ "cfnlint" ];