potiuk commented on PR #35591: URL: https://github.com/apache/airflow/pull/35591#issuecomment-2265733655
@dabla - for this one we have to make sure that the tests are "compatible" with older versions of Airflow - because that is how we are testing compatibility of providers with older versions of Airflow - we run the tests after installing old airflow versions. So some assumptions that work in `main` version of airflow might not work. Which means that sometimes you might need to add `tests/test_utils/compat.py` code to make such test be compatible with Airflow 2.7+ and import / run some common test code from there. Details here: https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst#compatibility-provider-unit-tests-against-older-airflow-releases -- 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]
