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

Keep hashes at the end of generated requirements.txt files #5778

Merged
merged 3 commits into from
Jul 4, 2023

Conversation

timhourigan
Copy link
Contributor

The issue

Fixes #5777

The fix

Restores pipenv requirements --hash output to 2023.6.26 behaviour. 2023.7.1 causes pip to fail to install with certain types of packages (at a guess, ones with a single hash).

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 merged commit 717d888 into pypa:main Jul 4, 2023
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.

Requirements output different since 2023.7.1 causing pip install issues
2 participants