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

#4278: Don't pin wildcard versions in lockfile #4283

Merged
merged 1 commit into from May 29, 2020

Conversation

GPHemsley
Copy link
Contributor

@GPHemsley GPHemsley commented May 29, 2020

Fixes bug introduced by 552d127,
which activated the (unused) changes made much earlier in
a08a2da.

Thank you for contributing to Pipenv!

The issue

Fixes #4278.

pipenv.utils.get_locked_dep uses the version specified in the Pipfile if it starts with == without checking whether that version is a wildcard match.

The fix

Do not use the version in the Pipfile if it is a wildcard match.

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

Fixes bug introduced by 552d127,
which activated the (unused) changes made much earlier in
a08a2da.
@frostming frostming merged commit 800155f into pypa:master May 29, 2020
@frostming
Copy link
Contributor

Thanks for contributing

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.

Wildcard version dependency pins wildcard instead of specific version
3 participants