You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing an archive from a direct URL where the URL does not contain a hash fragment, the installation report misses the hashes key and only has the legacy hash key.
Description
When installing an archive from a direct URL where the URL does not contain a hash fragment, the installation report misses the
hashes
key and only has the legacyhash
key.Originally reported by @phaer in #11946 (comment)
Expected behavior
The
hashes
key should be populated.pip version
From 23.0
Python version
any
OS
any
How to Reproduce
pip install --dry-run --quiet --report - {local archive}
.Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: