The GitHub Actions job "Tests (AMD)" on 
airflow.git/flag-provider-downgrade-in-constraints has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
5c457f5bee1983710d59ba1eb83641616263c1b9 / Jarek Potiuk <[email protected]>
Load provider dependencies lazily in generate-constraints script

The script read the gitignored, generated generated/provider_dependencies.json
at import time. That file is not generated in the "Scripts tests" CI job, so
importing the module (which the new tests do at collection) failed with
FileNotFoundError and broke test collection. Only 
get_all_active_provider_distributions
needs the data, so load it there instead of at module import, keeping the module
importable without the generated artifact.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to