> This is the only bit I’m confused about — what the `airflow.` prefix?
Precisely to avoid that `from tests_common" will be used from the root of the project (commonly added to PYTHONPATH). The whole discussion is about how to avoid this. J. On Tue, Feb 25, 2025 at 3:22 PM Ash Berlin-Taylor <[email protected]> wrote: > This is the only bit I’m confused about — what the `airflow.` prefix? > > > On 25 Feb 2025, at 13:40, Jarek Potiuk <[email protected]> wrote: > > > > from airflow.tests_common > >
