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

Head commit for run:
98451a089bb97faf434c805d2393931f962b04c5 / Jarek Potiuk <[email protected]>
Workaround setuptools 78.0.1 mayhem

The setuptools 78.0.1 started to fail old packages that had dash
metadata keys and had only .sdist installation. This caused failures
of three of our dependencies:

* json-merge-patch
* pykylin
* pyspark

The `josn-merge-patch` is a library released in 2017 (v 0.2) that implements
the [RFC7386](https://datatracker.ietf.org/doc/html/rfc7386) standard
of patching json. It has been used in only one place in our repo
in google provider, in order to merge json patches (well - obvious :).
Seems like the best approach is to vendor-in the code (70 lines or so)
rather than rely on 2017-released package

The `pykylin` and `pyspark` are more problematic because we should not vendor
those in (of course) - instead we upper-bind setuptools and add the
packages to the list of packages that are build by uv with no build
isolation

The original issue with setuptools 78.0.1 is tracked in the
https://github.com/pypa/setuptools/issues/4910

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

With regards,
GitHub Actions via GitBox


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

Reply via email to