Find exception classes in the requests library
4ca787152e
... and also bump hacking to avoid conflict in test requirements. Change-Id: I0d12ca25bea62577120b89f9f910d4dbbd141aed |
||
---|---|---|
requestsexceptions | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
LICENSE | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
requestsexceptions
The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.