python3Packages.cfn-lint: 1.38.2 -> 1.38.3

This commit is contained in:
DESPsyched
2025-08-18 16:36:25 -04:00
parent cce942aa75
commit 7cd9593bab
@@ -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" ];