The GitHub Actions job "Tests" on airflow.git/pr-57320 has failed.
Run started by GitHub user andreahlert (triggered by andreahlert).

Head commit for run:
9ef9809f85d4965997d0f407046f9f4f8ef16659 / AndrĂ© Ahlert <[email protected]>
Drop include_examples from new DagBag callers and gate dag_maker for compat

The merge with main brought in tests in 
airflow-core/tests/unit/models/test_dag.py
that still passed include_examples=False to DagBag, and the dag_maker fixture in
pytest_plugin.py was loading examples by default on Airflow <3.3 because the
removed kwarg flipped the effective default to True. That broke compat 3.0.6
runs because the cleanup path then tried to roll back a session that was never
attached. Drop the kwarg from the new test_dag.py callers and gate both
dag_maker and get_test_dag DagBag construction on AIRFLOW_V_3_3_PLUS so older
Airflow versions still pass include_examples=False explicitly.

Signed-off-by: AndrĂ© Ahlert <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to