The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user uranusjr (triggered by uranusjr).
Head commit for run: 4d7cdc700ed7e66f9bcd9dfde49cc4afbb24337a / 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/2737655715 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
