Skip to content

Commit

Permalink
Limit moto temporarily - 5.0.12 is breaking our tests (#41244)
Browse files Browse the repository at this point in the history
Tracked in #41243
  • Loading branch information
potiuk authored Aug 3, 2024
1 parent 3c066a2 commit 181c1c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ additional-extras:
devel-dependencies:
- aiobotocore>=2.13.0
- aws_xray_sdk>=2.12.0
- moto[cloudformation,glue]>=5.0.0
# The latest 5.0.12 moto breaks some of our tests https://github.com/apache/airflow/issues/41243
# Until we fix it, we limit moto to <5.0.12
- moto[cloudformation,glue]>=5.0.0,<5.0.12
- mypy-boto3-appflow>=1.34.0
- mypy-boto3-rds>=1.34.90
- mypy-boto3-redshift-data>=1.34.0
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devel-deps": [
"aiobotocore>=2.13.0",
"aws_xray_sdk>=2.12.0",
"moto[cloudformation,glue]>=5.0.0",
"moto[cloudformation,glue]>=5.0.0,<5.0.12",
"mypy-boto3-appflow>=1.34.0",
"mypy-boto3-rds>=1.34.90",
"mypy-boto3-redshift-data>=1.34.0",
Expand Down

0 comments on commit 181c1c3

Please sign in to comment.