The GitHub Actions job "Build images for Sync v2-5-stable with v2-5-test to 
release 2.5.1  https://github.com/apache/airflow/pull/28883
" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
3f9d3f629e597ca5e6e94a9385aba5879767667a / Jarek Potiuk <[email protected]>
fIx isort problems introduced by recent isort release (#28434)

The recent isort changed their mind on sorting the imports. This
change follows the change and bumps isort to latest released
version (isort has no install_requires on its own so bumping
min version has no effect on other dependencies)

This change adds a number of isort:skip_file, isort:off, isort:skips
in order to handle a very annoying bug in isort, that no matter how
much you try, it sometimes treat "known first party" packages
differently - depending on how many files it processes at a time.

We should be able to restore it after this bug is fixed:
https://github.com/PyCQA/isort/issues/2045

This change also updates the common.sql API to skip them from isort
for the very same reason (depending on how many files are modified,
the isort order might change.

(cherry picked from commit f115b207bc844c10569b2df6fc9acfa32a3c7f41)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to