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

Fix for skip-lock installing wrong package version when pipfile entry is not a dict #6289

Merged
merged 6 commits into from
Oct 29, 2024

Conversation

matteius
Copy link
Member

@matteius matteius commented Oct 29, 2024

The issue

Fixes #6288

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 #.

@matteius matteius marked this pull request as ready for review October 29, 2024 21:36
@matteius matteius requested a review from oz123 October 29, 2024 21:36
@@ -463,7 +463,6 @@ def do_install_dependencies(
install_req, markers, req_line = install_req_from_pipfile(
req_name, pipfile_entry
)
req_line = f"{req_line}; {markers}" if markers else f"{req_line}"
Copy link
Member Author

Choose a reason for hiding this comment

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

install_req_from_pipfile already takes into account the markers so this must have been another bug.

@matteius matteius merged commit 6bc0d25 into main Oct 29, 2024
22 checks passed
@matteius matteius deleted the issue-6288 branch October 29, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pipenv install --skip-lock downloads a different version of packages than specified in Pipfile
1 participant