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

installer: use locked version of vcs dependency with extras instead of latest #6185

Merged

Conversation

radoering
Copy link
Member

@radoering radoering commented Aug 17, 2022

Pull Request Check List

Resolves: #6184

  • Added tests for changed code.
  • Updated documentation for changed code.

@radoering radoering marked this pull request as draft August 17, 2022 17:55
@radoering radoering force-pushed the fix-locked-vcs-dep-with-extras branch from ae17ac3 to 48fa40b Compare August 19, 2022 15:40
@radoering radoering force-pushed the fix-locked-vcs-dep-with-extras branch from 48fa40b to 9468b47 Compare August 19, 2022 15:43
@radoering radoering marked this pull request as ready for review August 19, 2022 16:17
@radoering radoering requested a review from a team August 19, 2022 16:23
@radoering radoering changed the title solver: use locked version of vcs dependency with extras instead of latest installer: use locked version of vcs dependency with extras instead of latest Aug 19, 2022
locker.mock_lock_data(fixture("with-vcs-dependency-with-extras"))
expected_reference = "123456"
else:
expected_reference = "9cf87a285a2d3fbb0b9fa621997b3acc3631ed24"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Given our growing usage of this value in tests, a follow-up PR that defines it in a reusable constant may make it clearer where it comes from (I'd be happy to do the change).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good.

@radoering radoering merged commit 0c60970 into python-poetry:master Aug 19, 2022
Copy link

This pull request 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 Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Locked hash of VCS dependency with extras is ignored when installing
2 participants