Taragolis commented on code in PR #30032: URL: https://github.com/apache/airflow/pull/30032#discussion_r1152510795
########## airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -48,6 +48,7 @@ from botocore.credentials import ReadOnlyCredentials from botocore.waiter import Waiter, WaiterModel from dateutil.tz import tzlocal +from pytest import importorskip Review Comment: Pytest it is not a core dependency of Airflow, only development dependency. And I’m not sure that is a good idea to use testing framework outside of the tests -- 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]
