Skip to content
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

Locked hash of VCS dependency with extras is ignored when installing #6184

Closed
3 tasks done
radoering opened this issue Aug 17, 2022 · 1 comment · Fixed by #6185
Closed
3 tasks done

Locked hash of VCS dependency with extras is ignored when installing #6184

radoering opened this issue Aug 17, 2022 · 1 comment · Fixed by #6185
Labels
kind/bug Something isn't working as expected

Comments

@radoering
Copy link
Member

  • I am on the latest Poetry version.
  • 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.

Repro: https://github.com/bryanforbes/poetry-no-git-branch-locking

  • without-extras works as expected
  • with-extras installs another ref
@radoering radoering added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Aug 17, 2022
@mkniewallner mkniewallner removed the status/triage This issue needs to be triaged label Sep 18, 2022
Copy link

github-actions bot commented Mar 1, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants