-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added virtualenvs.prompt option to config #5606
Added virtualenvs.prompt option to config #5606
Conversation
Deploy preview for website ready! ✅ Preview Built with commit 789c651. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:174
function (did my best to make mypy happy)tests/inspection/test_info.py:229
. Don't really understand how that part works, especially what.call_count
is.