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

Preserve uncleaned VCS URL in the lock file. #6257

Merged
merged 9 commits into from
Sep 28, 2024
Merged

Preserve uncleaned VCS URL in the lock file. #6257

merged 9 commits into from
Sep 28, 2024

Conversation

matteius
Copy link
Member

@matteius matteius commented Sep 25, 2024

I was overzealous with the cleaning the VCS URL in #6242 -- this reverts the part of the change that cleans the lock file version, and just leaves the extraction for the Pipfile version (which I believe resolves both the prior and this issue).

The issue

Fixes #6256

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix.rst, .feature.rst, .behavior.rst, .doc.rst. .vendor.rst. or .trivial.rst (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

Copy link
Contributor

@oz123 oz123 left a comment

Choose a reason for hiding this comment

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

Looks like a trivial change which could easily break in the future without a test in place.

@matteius
Copy link
Member Author

@oz123 probably so, but without help of adding a test -- its still a regression I created with: #6242

@matteius
Copy link
Member Author

@oz123 I just added tests + news fragment, we will see if they pass though.

@matteius matteius merged commit 7b8ba87 into main Sep 28, 2024
16 of 22 checks passed
@matteius matteius deleted the issue-6256 branch September 28, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Github Token not added to Piplock file for github repos, which fails installation
2 participants