Closed onerandomusername closed 2 years ago
Confirming this behaviour on 1.2.0a2.
This is duplicated by #4632 and fixed by https://github.com/python-poetry/poetry-core/pull/220.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
-vvv
option).Issue
This is just after running
poetry run task export
, which expanded, is the following:Please note, this is in the toml file and is a multiline string, which needed to be escaped.
Desired Behavior
Poetry should not uninstall all default dependencies when removing one dependency from a project.