amoghrajesh commented on PR #49457: URL: https://github.com/apache/airflow/pull/49457#issuecomment-2819125473
> @amoghrajesh These are the locations where `mock_supervisor_comms` is defined currently in main. > > 1. airflow-core/tests/conftest.py > 2. airflow-core/tests/unit/hooks/test_base.py > 3. airflow-core/tests/unit/models/test_taskinstance.py > 4. devel-common/src/tests_common/pytest_plugin.py > 5. providers/openlineage/tests/unit/openlineage/plugins/test_listener.py > > I had initially retained it in 1, so it can be removed from 2 and 3. Where are you suggesting it be moved for 4 and 5 as well? If we have it in the pytest_plugin.py, it means it can be accessed from anywhere in the codebase. So you should be able to remove every other occurence. For the providers, make a different PR, rest can be in this one -- 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]
