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

Head commit for run:
a2b0a6aab814a773a7ba0a14f648a77d1dfdbb82 / Jarek Potiuk <[email protected]>
Fix tests to respond to Python 3.12 handling of utcnow in sentry-sdk (#34946)

The sentry-sdk 1.32.0 released on 11th of October fixed handling of
utcnow to make it future-compatible with Python 3.12. The breadcrumb
timestamp returned was naive and now it is timezone aware with
utc specified explicitly as timezone. This broke our tests.

The change in sentry that impacted it is
https://github.com/getsentry/sentry-python/pull/2415

We use the opportunity also to bump sentry sdk minimum version
to be 1.32.0 from very old 0.8.0 (from 2019). Sentry is a service, so
they generally always want you to use the latest version, and sentry has
very little requirements on its own to cause conflicts (for Python
3.8+ it only requires "certifi" without any specific limitations)

(cherry picked from commit 91581c4991e0f81ac60c64bbaaf31eb51d65922a)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to