nidhi1603 commented on PR #64330: URL: https://github.com/apache/airflow/pull/64330#issuecomment-4151065405
> I'd suggest checking out the documentation for running Airflow locally with breeze. @vincbeck provided a scenario that makes sense to test. I set up Breeze locally and validated this change in the Airflow Breeze environment. Environment: * Python 3.10 * PostgreSQL backend I also verified inside the Breeze container that the relevant packages resolve correctly after removing the obsolete `[boto3]` extra: * aiobotocore 2.26.0 * boto3 1.41.5 * botocore 1.41.5 I then ran the Amazon provider deferrable test sweep with: ```bash pytest providers/amazon/tests -k deferrable -q | tee /tmp/amazon_deferrable_test.txt ``` Result: * 56 passed * 3743 deselected * 1 warning So the deferrable AWS operator/sensor paths are working correctly on my side after this dependency change. -- 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]
