radujica commented on PR #45073:
URL: https://github.com/apache/airflow/pull/45073#issuecomment-2553825230

   I would love to write a test but for the life of me I can't find a tl;dr on 
how to run the dagbag tests quickly and locally without any Docker breeze.
   
   I would have expected this to simply be:
   
   ```python
   conda create -n airflow python==3.12
   pip install -e .[devel]
   pytest tests/models/test_dagbag.py::test_dagbag_dag_collection
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to