potiuk commented on code in PR #35671:
URL: https://github.com/apache/airflow/pull/35671#discussion_r1395451617
##########
Dockerfile.ci:
##########
@@ -1045,6 +1045,9 @@ 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 --root-user-action ignore aiobotocore s3fs -y || true
+ # The limits for boto3 and botocore are set only because moto does not
handle some changes implemented in botocore 1.31.1
Review Comment:
Right ... Late in the night it was.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]