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
Now that we restrict indexes correctly for packages that have pinned indexes, they are winding up with no hashes in the lockfile. It seems there is another condition to utils.collect_hashes that has to be considered, namely the else condition of get the hash from the link.
Issue description
Now that we restrict indexes correctly for packages that have pinned indexes, they are winding up with no hashes in the lockfile. It seems there is another condition to
utils.collect_hashes
that has to be considered, namely the else condition of get the hash from the link.Actual result (before fix)
Expected result (after change)
Found while triaging: #5022
The text was updated successfully, but these errors were encountered: