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

4642 fix pipenv lock --pre doesn't include prerelease dependencies #4652

Merged
merged 5 commits into from
Apr 17, 2021

Conversation

nid5
Copy link
Contributor

@nid5 nid5 commented Mar 18, 2021

The issue

#4642
pipenv lock --pre doesn't actually include prerelease dependencies

The fix

Used the already existing self.pre variable to append --pre to a built command that ultimately results in prerelease dependencies being included in the locking process. This seems to be consistent with conventions at least within that file, and doesn't require additional fields to be defined.

The checklist

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

@nid5 nid5 changed the title 4642 fix 4642 fix pipenv lock --pre doesn't include prerelease dependencies Mar 18, 2021
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
@nid5 nid5 closed this Mar 19, 2021
@nid5 nid5 reopened this Mar 19, 2021
@frostming
Copy link
Contributor

Sorry to miss the updates here, will merge after the CI finishes

@frostming frostming merged commit c81b165 into pypa:master Apr 17, 2021
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.

3 participants