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

Head commit for run:
0849a7a19a7246fb3322eb1546d88702000caaa7 / Jarek Potiuk <[email protected]>
Fix --use-airflow-version constraints

When `--use-airflow-version` is a numeric or rc version, the constraints
should be specific for that version when installing airflow. For example
when we install 2.7.3rc1, `constraints-2.7.3rc1` should be used.

This has been lost when fixing version in CI.

This PR introduces these fixes:

* default varlue for airflow constraints is DEFAULT_AIRFLOW_CONSTRAINTS_BRANCH

* when --use-airflow-version is numeric version and default value is
  used for constraints (DEFAULT_AIRFLOW_CONSTRAINTS_BRANCH) then it
  is replaced with `constraints-VERSION`

* when we print out constraints used, we print which are the
  constraints used by Airflow and which by providers.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to