The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by potiuk).

Head commit for run:
001d1399a2b0326acc10536087b5b1872691dded / Tzu-ping Chung <[email protected]>
Only load distribution of a name once

This mimics the import system's behavior -- package of a name in front
of sys.path "shadows" the one in the back, and should avoid a package
from being loaded multiple times, if its containing directory appears
multiple times in sys.path.

This also causes a side effect: if there are *different* plugins of the
same name, previously the one later in sys.path would have been
discovered, but now it wouldn't. This is a reasonable compromise to me,
since loading multiple packages of one same name is never a good idea
in Python, and we should have been careful to preclude the possibility
to begin with.

Report URL: https://github.com/apache/airflow/actions/runs/2780829503

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to