python3Packages.cfn-lint: 1.38.2 -> 1.38.3

Changed files
+2 -13
pkgs
development
python-modules
cfn-lint
+2 -13
pkgs/development/python-modules/cfn-lint/default.nix
···
buildPythonPackage rec {
pname = "cfn-lint";
-
version = "1.38.2";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "aws-cloudformation";
repo = "cfn-lint";
tag = "v${version}";
-
hash = "sha256-oHbTB4XOyYSazyhO6No2+Z9QRR8tnuB3E4kGzG1HwTk=";
};
build-system = [ setuptools ];
···
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" ];
···
buildPythonPackage rec {
pname = "cfn-lint";
+
version = "1.38.3";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "aws-cloudformation";
repo = "cfn-lint";
tag = "v${version}";
+
hash = "sha256-n3NHmbo3qRhP7oqUOokw8oGnNXo4rhRhuAgL66hvfog=";
};
build-system = [ setuptools ];
···
disabledTests = [
# Requires git directory
"test_update_docs"
];
pythonImportsCheck = [ "cfnlint" ];