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

Head commit for run:
6ff2f138b962230fcd29243aa053693e3062f264 / Jarek Potiuk <[email protected]>
Fix wrong import for cloud build example

The import of urlparse in cloud build was importing "future" urlparse
which is a Python 2 remnant (future library has been used in order
to make a bridge between Python 2 and Python 3 and provided
Python 3 - compatible implementation of some stdlib calls that
could be used in both Puthon 3 and Python 2.

Apparently one of our  of our dependncies stopped pulling future in
Python 3.11 so it started to fail our main with Python 3.11 because the
future library is missing there.

This PR switches the import to regular urlparse.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to