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

Head commit for run:
99b510b5a4ade8d23f20ea00fa78c372307d3acb / Ash Berlin-Taylor 
<[email protected]>
Update Kubernetes library version (#18797)

Previously we pinned this version as v12 as a change to Kube library
internals meant v1.Pod objects now have a logger object inside them, and
couldn't be pickled on Python 3.6.

To fix that we have "backported" the change in Python 3.7 to make Logger
objects be pickled "by name". (In Python 3.7 the change adds
`__reduce__` methods on to the Logger and RootLogger objects, but here
we achieve it `copyreg` stdlib module so we don't monkeypatch
anything.)

This fix is also applied in to airflow core in a separate commit, but we
also apply it here in the provider so that cncf.kubernetes client
library can be updated but still used with older versions of Airflow
that don't have this fix in.

(cherry picked from commit 7222f68d374787f95acc7110a1165bd21e7722a1)

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

With regards,
GitHub Actions via GitBox

Reply via email to