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

Head commit for run:
13a755bccb85e1b16d7dfd016d8a46c5105780b2 / Jarek Potiuk <[email protected]>
move Celery provider to new provider code structure

This also solves quite a few teething issues with providers move:

* Boring-Cyborg only needs only one-liner now for new providers
* Additional-Extras in new provider is moved to "optional-dependencies"
  in pyproject.toml
* generated pyproject.toml in new providers has better comments now
  explaining that dependencies can be edited in-place even if the file
  is generated
* comments in dependencies are preserved when regenerating the
  pyproject.toml files
* missing cross-project dependencies are added as optional-extras
  automatically when regenerating pyproject.toml
* LICENSE file for providers does not contain additional projects
  that are included in Airflow LICENCE
* Provider package tests do not have `__init__.py` in `providers`
  package - this way `celery` import is not importing the celery
  package from tests.providers
* When preparing package with --version-suffix-for-pypi - the
  pyproject.toml is updated temporarily with suffix added to airflow
  dependencies
* various constants in breeze code refering to providers were moved
  to path_utils and made consistent
* in case generated pyproject.toml file with pypi suffix has an error,
  content of it is printed when generating package. Also the content of
  pyproject.toml is printed when --verbose flag is used.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to