You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
OS version and name:
Poetry version:
Link of a Gist with the contents of your pyproject.toml file:
Issue
When running poetry install the resolved_reference of a locked vcs dependency (referencing just a branch in pyproject.toml) is ignored and another ref might be installed.
-vvv
option).Issue
When running
poetry install
theresolved_reference
of a locked vcs dependency (referencing just a branch in pyproject.toml) is ignored and another ref might be installed.Repro: https://github.com/bryanforbes/poetry-no-git-branch-locking
without-extras
works as expectedwith-extras
installs another refThe text was updated successfully, but these errors were encountered: