o-nikolas commented on PR #46498: URL: https://github.com/apache/airflow/pull/46498#issuecomment-2646074755
> > 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) Run `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 > 6) CLI is `uv run pytest tests` when you are in `dev/breeze` > > > It's absolutley 100% standard Python project - but just placed in `dev/breeze` folder > Thanks! I ended up figuring out a similar way of doing it after a little while, accelerated a lot of debugging! -- 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]
