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

Head commit for run:
8525eb96706eb260b8703237c71a3803e6a7041a / Jarek Potiuk <[email protected]>
Temporarily exclude openlineage from "PyPI" constraints generation

The openlineage provider has apache-airflow >= 2.7.0 as dependency,
and this is a problem for automated constraint generation. Since there
is only one version of the provider released, it's the only one that
can be installed from PyPI, but until apache-airflow 2.7.0 is released
it cannot be installed because of the dependency missing.

This makes calculating of the constraints by PyPI impossible and it
loops in continuously trying to find a solution that cannot be found.

In order to unblock constraint generation we need to exclude the
provider temporarily and regenerate the constraints again when airflow
2.7.0 gets released (which will generally only bring the open-lineage
provider as part of the constraints).

(cherry picked from commit b08188e24bf7e52a0b700e083caa38347a4fa3fc)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to