File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ envlist =
6060 # The aws_lambda tests deploy to the real AWS and have their own
6161 # matrix of Python versions to run the test lambda function in.
6262 # see `lambda_runtime` fixture in tests /integrations /aws_lambda.py
63- {py3.8,py3.10 ,py3.12 ,py3.13}-aws_lambda
63+ {py3.8,py3.9 ,py3.11 ,py3.13}-aws_lambda
6464
6565 # Beam
6666 {py3.7}-beam-v{2.12}
@@ -250,12 +250,12 @@ deps =
250250 asyncpg: pytest-asyncio
251251
252252 # AWS Lambda
253+ aws_lambda: aws-cdk-lib
254+ aws_lambda: aws-sam-cli
253255 aws_lambda: boto3
254256 aws_lambda: fastapi
255- aws_lambda: uvicorn
256- aws_lambda: aws-sam-cli
257- aws_lambda: aws-cdk-lib
258257 aws_lambda: requests
258+ aws_lambda: uvicorn
259259
260260 # Beam
261261 beam-v2.12: apache-beam~=2.12.0
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ envlist =
6060 # The aws_lambda tests deploy to the real AWS and have their own
6161 # matrix of Python versions to run the test lambda function in.
6262 # see `lambda_runtime` fixture in tests/integrations/aws_lambda.py
63- {py3.8,py3.10 ,py3.12 ,py3.13}-aws_lambda
63+ {py3.8,py3.9 ,py3.11 ,py3.13}-aws_lambda
6464
6565 # Beam
6666 {py3.7}-beam-v{2.12}
@@ -362,12 +362,12 @@ deps =
362362 asyncpg: pytest-asyncio
363363
364364 # AWS Lambda
365+ aws_lambda: aws-cdk-lib
366+ aws_lambda: aws-sam-cli
365367 aws_lambda: boto3
366368 aws_lambda: fastapi
367- aws_lambda: uvicorn
368- aws_lambda: aws-sam-cli
369- aws_lambda: aws-cdk-lib
370369 aws_lambda: requests
370+ aws_lambda: uvicorn
371371
372372 # Beam
373373 beam-v2.12: apache-beam~=2.12.0
You can’t perform that action at this time.
0 commit comments