Bug#928275:

2019-04-30 Thread Adam Miller
This seems to result from the same issue pointed out in bug #837764 Without https://github.com/pypa/pip/pull/6373/commits/e4936da2e1b62c33f0ed9034f5c984ae17e38e86, resp.raise_for_status() raises requests.exceptions.HTTPError, whereas the except clause tries to catch pip._vendor.requests.exceptions

Bug#928275: Pip installs with find links for local directories fails

2019-04-30 Thread Winston Laoh
Package: python-pip Version: 9.0.1-2+deb9u1 When attempting to pip install using --find-links with a directory of wheel files, this version of pip exits immediately if the python package cannot be found in the online PyPi repository. The correct behavior is to query the online PyPi repository, in