-
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
Non idempotent resolve via poetry lock and poetry update #3779
Comments
Probably a duplicate of #3551. If not, then my comments on that issue belong here. But I'm pretty sure they're the same thing: " The "order of dependencies" observation is probably highly relevant to the issue. |
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
Resolve operation in
poetry lock
andpoetry update
is not idempotent.I have two dependencies in my
pyproject.toml
(see gist): idna and request.poetry lock
resolvepoetry update
resolve invariantMore stranger the order of the dependencies matters. This spec
poetry lock
andpoetry update
resolve identically.The text was updated successfully, but these errors were encountered: