-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Some malformed wheels can be installed with pip
directly but not with wheel.
Also some people might prefer to only trust wheels from their own wheelhouses instead of directly from pip (say, they use a different compiler, or don't trust binaries coming from PyPI, only sources).
It would be nice if we could blacklist certain wheels or even whole hosts.
Considering we're monkey-patching distros_for_location
, this should be easy to implement.
href