potiuk commented on PR #46801: URL: https://github.com/apache/airflow/pull/46801#issuecomment-2661418763
> Sorry, but you start to use some weird tests_common package in your imports which is not well defined as test dependency or else. You better to define it as some subpackadge of airflow package or create airflow.testing package - the best idea to share common test utils, or to use pytest fixtures, but never ever import something from tests into tests. No. We do not "start" using it - we already use it for a long time. And the plan is that `tests_common` will be turned as dependent package in pyproject.toml files of the providers, so it won't be "weird" this will be a shared package in our workspace. -- 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]
