Skip to content

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