Skip to content

Handling new distributions added after locking #3022

Closed
@alexbecker

Description

@alexbecker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Category: PipRequires pip update to addressStatus: Requires PEEPThis issue requires an accompanying enhancement proposalType: Behavior ChangeThis issue describes a behavior change.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions