vincbeck commented on code in PR #35488: URL: https://github.com/apache/airflow/pull/35488#discussion_r1397768910
########## airflow/providers/amazon/provider.yaml: ########## @@ -91,6 +91,7 @@ dependencies: - redshift_connector>=2.0.888 - sqlalchemy_redshift>=0.8.6 - asgiref + - python3-saml Review Comment: Tests are failing now because the module is not installed. How can I specify in tests that I need this extra? ########## airflow/providers/amazon/provider.yaml: ########## @@ -91,6 +91,7 @@ dependencies: - redshift_connector>=2.0.888 - sqlalchemy_redshift>=0.8.6 - asgiref + - python3-saml Review Comment: Tests are failing now because the module is not installed. How can I specify in tests that I need this extra to be installed? -- 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]
