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

   @radujica We switched to uv recently. Something like this should work
   
   ```
   uv venv
   uv sync  --extra devel --group dev
   .venv/bin/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