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

Head commit for run:
3855477a84444153d9f07d0802c87b681d831e6f / Ash Berlin-Taylor <[email protected]>
Ensure that logging tests don't depend on how pytest is run

If you use the `-s`/`--capture=no` then stdout is a tty, and the tests start
failing as the `record.args` gets modified to contain color escape codes

`pytest tests/models/test_dag.py::test_iter_dagrun_infos_between_error` passes
`pytest -s tests/models/test_dag.py::test_iter_dagrun_infos_between_error` fails

This uses the existing helpers we've got to ensure that it always passes

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

With regards,
GitHub Actions via GitBox


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

Reply via email to