Added virtualenvs.prompt option to config#5606
Added virtualenvs.prompt option to config#5606neersighted merged 7 commits intopython-poetry:masterfrom
Conversation
|
Deploy preview for website ready! ✅ Preview Built with commit 789c651. |
neersighted
left a comment
There was a problem hiding this comment.
Looks like this needs a bit more touch-up to merge.
Also, do you know if this respects $VIRTUAL_ENV_DISABLE_PROMPT?
@neersighted This is using built-in options from |
24ab314 to
966aed0
Compare
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pull Request Check List
Resolves: #3055
Since the previous PR on this issue (#3057) has gone stale with no changes since December 2020, I decided to take it upon myself and bring it to life. Some code was taken from the original PR, but as Poetry changed over this time, I had to make some changes of my own. I am not sure whether I did it right, in particularly:
src/poetry/config/config.py:174function (did my best to make mypy happy)tests/inspection/test_info.py:229. Don't really understand how that part works, especially what.call_countis.