Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[airflow] Fix Broken Build & Harness #12431

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DaveLak
Copy link
Contributor

@DaveLak DaveLak commented Aug 31, 2024

Fixes Monorail Issue 69197: airflow: Fuzzing build failure

Airflow's dependency requirements result in setuptools being upgraded to a version >= 71.0.0 which introduced a new approach to vendoring dependencies. Pyinstaller 6.10 was the first version to include support for the new approach.

Also updates the test harness to align with recent changes to Airflow's API.

Airflow's dependency requirements result in setuptools being upgraded
to a version>= 71.0.0 which introduced a new approach to vendoring its
dependencies. Pyinstaller 6.10 was the first version to include support
for the new approach.
Updates the test harness to align with recent changes to Airflow's API.
Copy link

DaveLak is a new contributor to projects/airflow. The PR must be approved by known contributors before it can be merged. The past contributors are: ret2libc, arthurscchan

@jonathanmetzman
Copy link
Contributor

@ret2libc @arthurscchan Does this look good?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants