Skip to content

Commit

Permalink
Revert "Temporarily limit botocore upgrades (#31098)" (#31103)
Browse files Browse the repository at this point in the history
This reverts commit a6be96d.

Fixes: #31087
  • Loading branch information
potiuk authored May 5, 2023
1 parent 41c8746 commit 49cc213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -1132,10 +1132,7 @@ if [[ ${UPGRADE_BOTO=} == "true" ]]; then
echo "${COLOR_BLUE}Upgrading boto3, botocore to latest version to run Amazon tests with them${COLOR_RESET}"
echo
pip uninstall aiobotocore -y || true
# Temporarily limit upgrade of botocore to be less than 1.29.127
# in order to avoid failing on SQS tests
# See https://github.com/getmoto/moto/issues/6286 and https://github.com/apache/airflow/issues/31087
pip install --upgrade boto3 "botocore<1.29.127"
pip install --upgrade boto3 botocore
fi
readonly SELECTED_TESTS CLI_TESTS API_TESTS PROVIDERS_TESTS CORE_TESTS WWW_TESTS \
ALL_TESTS ALL_PRESELECTED_TESTS
Expand Down
5 changes: 1 addition & 4 deletions scripts/docker/entrypoint_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -562,10 +562,7 @@ if [[ ${UPGRADE_BOTO=} == "true" ]]; then
echo "${COLOR_BLUE}Upgrading boto3, botocore to latest version to run Amazon tests with them${COLOR_RESET}"
echo
pip uninstall aiobotocore -y || true
# Temporarily limit upgrade of botocore to be less than 1.29.127
# in order to avoid failing on SQS tests
# See https://github.com/getmoto/moto/issues/6286 and https://github.com/apache/airflow/issues/31087
pip install --upgrade boto3 "botocore<1.29.127"
pip install --upgrade boto3 botocore
fi
readonly SELECTED_TESTS CLI_TESTS API_TESTS PROVIDERS_TESTS CORE_TESTS WWW_TESTS \
ALL_TESTS ALL_PRESELECTED_TESTS
Expand Down

0 comments on commit 49cc213

Please sign in to comment.