Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
PUP 4.4.1
-
None
-
1
-
Client 2016-05-04
-
Bug Fix
-
The Pip package provider's ensure=latest is now done with pip, so it can be done with custom PyPI repositories.
Description
The pip package provider currently polls PyPI directly, instead of relying on pip from CLI to look up latest version.
This makes it impossible to configure pip to use a custom PyPI repository