Closed
Description
A few days ago, the zope.interface
maintainers added some new distributions to their 4.5.0
release. This broke our builds, because pipenv install
downloaded the new cp36-manylinux1
wheel, which did not match any of the saved hashes.
Ideally, pipenv
would not attempt to download any distribution that does not have a hash in the lockfile. This may not be easy without work on pip's side (pypa/pip#5874), but I wanted to bring it to your attention.