aws-sam-cli: 1.119.0 -> 1.120.0
Changelog: https://github.com/aws/aws-sam-cli/releases/tag/v1.120.0
This commit is contained in:
parent
acbd2ad67d
commit
66651a7bb1
@ -10,7 +10,7 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "aws-sam-cli";
|
||||
version = "1.119.0";
|
||||
version = "1.120.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = python3.pythonOlder "3.8";
|
||||
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
owner = "aws";
|
||||
repo = "aws-sam-cli";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-0H1C2z01nwJtlSNjTCi2bH6ExBnmn8xNXD/jzYFxvCs=";
|
||||
hash = "sha256-XFVh7e9ooIBhWRkVovPdrSuyosBMQ84PDRjV2o0x9ns=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
@ -118,6 +118,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"tests/regression"
|
||||
"tests/smoke"
|
||||
"tests/unit/lib/telemetry"
|
||||
"tests/unit/hook_packages/terraform/hooks/prepare/"
|
||||
"tests/unit/lib/observability/cw_logs/"
|
||||
"tests/unit/lib/build_module/"
|
||||
# Disable flaky tests
|
||||
"tests/unit/lib/samconfig/test_samconfig.py"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user