Loading pkgs/by-name/aw/aws-sam-cli/package.nix +7 −3 Original line number Diff line number Diff line Loading @@ -11,21 +11,22 @@ python3.pkgs.buildPythonApplication rec { pname = "aws-sam-cli"; version = "1.146.0"; version = "1.151.0"; pyproject = true; src = fetchFromGitHub { owner = "aws"; repo = "aws-sam-cli"; tag = "v${version}"; hash = "sha256-b0nXhhgQgV0TZ0PGYexKxsb1s7PIe+5dqjOWJiVlWJY="; hash = "sha256-8r/sTb6LYDGuCG46Xuh+glT9LRYR6Q8ErjFL2wPTDLI="; }; build-system = with python3.pkgs; [ setuptools ]; pythonRelaxDeps = [ "aws-lambda-builders" "aws_lambda_builders" "aws-sam-translator" "boto3" "boto3-stubs" "cfn-lint" "cookiecutter" Loading Loading @@ -134,6 +135,9 @@ python3.pkgs.buildPythonApplication rec { "tests/unit/cli/test_main.py" "tests/unit/commands/samconfig/test_samconfig.py" "tests/unit/local/docker/test_lambda_image.py" # Tests are failing "tests/unit/commands/local/lib/" "tests/unit/local/lambda_service/test_local_lambda_http_service.py" ]; disabledTests = [ Loading Loading
pkgs/by-name/aw/aws-sam-cli/package.nix +7 −3 Original line number Diff line number Diff line Loading @@ -11,21 +11,22 @@ python3.pkgs.buildPythonApplication rec { pname = "aws-sam-cli"; version = "1.146.0"; version = "1.151.0"; pyproject = true; src = fetchFromGitHub { owner = "aws"; repo = "aws-sam-cli"; tag = "v${version}"; hash = "sha256-b0nXhhgQgV0TZ0PGYexKxsb1s7PIe+5dqjOWJiVlWJY="; hash = "sha256-8r/sTb6LYDGuCG46Xuh+glT9LRYR6Q8ErjFL2wPTDLI="; }; build-system = with python3.pkgs; [ setuptools ]; pythonRelaxDeps = [ "aws-lambda-builders" "aws_lambda_builders" "aws-sam-translator" "boto3" "boto3-stubs" "cfn-lint" "cookiecutter" Loading Loading @@ -134,6 +135,9 @@ python3.pkgs.buildPythonApplication rec { "tests/unit/cli/test_main.py" "tests/unit/commands/samconfig/test_samconfig.py" "tests/unit/local/docker/test_lambda_image.py" # Tests are failing "tests/unit/commands/local/lib/" "tests/unit/local/lambda_service/test_local_lambda_http_service.py" ]; disabledTests = [ Loading