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

Head commit for run:
4509fb208bb866999cbbac1b27f0e892c5cdcfcf / Jarek Potiuk <[email protected]>
Exclude Cassandra for Python 3.12

We need to exclude Cassandra separately, in order to make sure
that cassandra drivers are not installed in the Python 3.12 image
when preparing it from the main branch.

Generally speaking the dependencies are cached from the main branch
when image is built, which means that the resulting image will still
have cassandra driver even if we remove it in final pyproject.toml.

The way how to get rid of it is two fold:

1) add the exclusion to main
2) after it is merged, increase the EPOCH number in the Dockerfile.ci
   in the PR that adds Python 3.12 compatibility

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

With regards,
GitHub Actions via GitBox


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

Reply via email to