Always create virtual env if virtualenvs.force-create is True#9902
Always create virtual env if virtualenvs.force-create is True#9902jasondamour wants to merge 1 commit intopython-poetry:mainfrom
Conversation
|
As it is implemented, when
@finswimmer Pinging you since you have done some refactoring of the env management recently. What do you think of such an option, especially in combination with the existing options, cf #4055 (comment). As an alternative to a new option we could also allow the value After having decided what exactly this option should look like, we definitively need some tests and docs. |
|
@radoering thanks for the quick (weekend) review! I agree with you on everything.
I thought about this too, and decided against it to make it appear "safer*" to merge. But if the maintainers agree with it, I prefer "force" as a value too, and I'll implement that instead. Additionally, I would like to see this released in 1.X, is there anything I need to do regarding the branch to do that? |
There are no plans for another 1.X feature release. |
Pull Request Check List
Resolves: #4055