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

Head commit for run:
b5ef5c19a064f1130c653eb33a1450801720389f / Jarek Potiuk <[email protected]>
Bring back psycopg2-binary as dependency instead of psycopg

The psycopg dependency is slightly more optimized than than the
binary one, but the problems it creates when it is used as
dependency are numerous - it always expects to compile the
psycopg dependencies, so you cannot install it when there are no
build-essentials installed and on some systems additional libraries
are needed.

We introduced it in #25710 for optimisation reasons.

However, the optimisations it brings are not really justified with the
installation complexities it introduces, that's why we revert it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to