potiuk commented on PR #46498:
URL: https://github.com/apache/airflow/pull/46498#issuecomment-2645844585

   > I have fixed most of the breeze tests (code not yet pushed). I have two 
left. It is tricky because I don't quite know how to run them locally, so 
cannot use a debugger.
   
   Super easy: breeze is just standard Python package with pyproject.toml etc. 
   
   1) cd ./dev/breeze/
   2) uv sync
   3) Use the `.venv` generated there as your project's Python venv
   4) Mark `src` directory (if you are using intellij) as sources and `tests` 
as tests
   5) Run tests same way as other tests
   


-- 
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