kxepal commented on PR #46801: URL: https://github.com/apache/airflow/pull/46801#issuecomment-2661415731
Sorry, but you start to use some weird `tests_common` package in your imports which is not well defined as test depedency or else. You better to define it as some subpackage of airflow packae or create `airflow.testing package` - the best idea to share common test utils, or to use pytest fixturest, but never ever import something from tests into 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]
