You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2021/08/23 14:59:21 UTC

[airflow] branch main updated (5f159cb -> ffb81ea)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 5f159cb  Ensure that airflow modules are not imported too early in conftest (#17779)
     add ffb81ea  Improve dag/task concurrency check (#17786)

No new revisions were added by this update.

Summary of changes:
 airflow/jobs/scheduler_job.py    |  3 ++-
 airflow/models/dag.py            | 25 +------------------------
 tests/jobs/test_scheduler_job.py | 31 +++++++++++++++++++++++++++++++
 tests/models/test_dag.py         | 14 +++++++-------
 4 files changed, 41 insertions(+), 32 deletions(-)