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
As per reported issue in pipenv pypa/pipenv#5552 there is issue that requirementslib stores hashes in non deterministic order. They should be stored in alphabetic order or in preserve order based on insertion.
As per reported issue in pipenv pypa/pipenv#5552 there is issue that requirementslib stores hashes in non deterministic order. They should be stored in alphabetic order or in preserve order based on insertion.
Method add_hashes produces a set with no order guarantees.
https://github.com/sarugaku/requirementslib/blob/main/src/requirementslib/models/requirements.py#L2427
@matteius already prepared a pull request that sorts hashes on write.
#357
The text was updated successfully, but these errors were encountered: