The GitHub Actions job "Tests" on airflow.git/2603/py3.14 has failed.
Run started by GitHub user Dev-iL (triggered by Dev-iL).

Head commit for run:
fd7cbb0d823fb5511370ca127cb0cc7a545fbc2d / Dev-iL 
<[email protected]>
Deselect DB tests at collection time instead of skipping at runtime

Move DB/non-DB test filtering from pytest_runtest_setup (where each xdist 
worker had to import test modules only to skip them) to 
`pytest_collection_modifyitems` (where items are deselected before 
distribution). This avoids distributing ~6350 unwanted items to workers 
entirely, reducing memory usage and unnecessary imports.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to