Skip to content

Support wheel cache when using --require-hashes #5037

Closed
@alex

Description

@alex

Currently if you use --require-hashes, pip will ignore the wheel cache because it doesn't know that the wheel was built from an sdist with that hash.

pip should record the hash of the sdist used to build wheels in the wheel cache, and then check that and use the wheel if it matches the pinned hash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: cacheDealing with cache and files in ittype: enhancementImprovements to functionality

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions