potiuk commented on a change in pull request #19867:
URL: https://github.com/apache/airflow/pull/19867#discussion_r758270021
##########
File path: dev/Breeze/requirements.txt
##########
@@ -0,0 +1,4 @@
+click
+pytest
+pytest-xdist
+rich
Review comment:
So - what you suggest is to have "pip install -e ./dev/breeze` in a
virtualenv? I like it.
What I really want (as end-goal) is something that we have with the old
breeze where in order to use it, you do not worry about having a separate venv
specifically prepared manually by the user (it should be created automatically
in ~/.build/ folder and activated when breeze commands are run.
All the installation should happen under-the-hood and you should be able to
run both breeze and tests without having to switch to that venv (kind of what
pipx does). And autocomplete should also work with the command.
Do you think that would work in this case (I think so) with the "package"
structure you propose ?
--
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]