Find exception classes in the requests library
Go to file
Vieri 69be3aba34 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I8a6813954cf2621acfb005f07edae420965f63c1
Story: #2002586
Task: #24321
2018-08-21 16:22:46 +00:00
requestsexceptions Add SNIMissingWarning 2015-12-16 15:49:59 -08:00
.gitignore Add tox.ini and .gitignore 2015-11-03 16:49:48 -08:00
.gitreview Add .gitreview 2015-11-03 09:11:47 -08:00
.zuul.yaml import zuul job settings from project-config 2018-08-21 16:22:46 +00:00
LICENSE Initial commit 2015-10-27 08:04:14 +09:00
README.rst Initial commit 2015-10-27 08:04:14 +09:00
setup.cfg Update tox for OpenStack 2017-03-29 05:02:57 -05:00
setup.py Updated from global requirements 2017-03-31 17:38:36 +00:00
test-requirements.txt Updated from global requirements 2017-03-31 17:38:36 +00:00
tox.ini fix tox python3 overrides 2018-06-12 01:14:20 +08:00

README.rst

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.