This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 083e71c725 Align TaskGroup semantics to AbstractOperator (#27723)
add 2d19dddd8d Limit the full tests to representative items in
Python/Backend matrix (#27754)
No new revisions were added by this update.
Summary of changes:
.../airflow_breeze/utils/exclude_from_matrix.py | 47 ++++++++++++++++++++++
.../src/airflow_breeze/utils/selective_checks.py | 36 +++++++++++++++--
dev/breeze/tests/test_exclude_from_matrix.py | 46 +++++++++++++++++++++
3 files changed, 125 insertions(+), 4 deletions(-)
create mode 100644 dev/breeze/src/airflow_breeze/utils/exclude_from_matrix.py
create mode 100644 dev/breeze/tests/test_exclude_from_matrix.py