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

Head commit for run:
b7a2bfec384887f85e83dc4a42d7c20f7865f958 / Jarek Potiuk <[email protected]>
Do not fail the build if only trove-classifiers change (#43236)

Trove classifiers is a non-code package so generally spaeking we
have no need to update it every time it is released, but it would
be great if we could update it together with other build
dependencies - and not fail the build when only trove classifiers
change, but update trove-classifiers nevertheless when we run

pre-commit run --hook-stage manual update-build-dependencies --all-files

This is very similar to what we already do with UV.

This PR achieves that:

* in CI we set the env SKIP_TROVE_CLASSIFIERS_ONLY to true
* this one will check if the only change in pyproject.toml are
  trove-classifiers
* If so - it only prints warning and exits with success

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

With regards,
GitHub Actions via GitBox


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

Reply via email to