Arthur Hamon
|
7724b364aa
|
urllib3 has a new default behavior with PoolManager object creation
By default, from version urllib3=>1.25, urllib3 requires and validates certificates by default when using HTTPS (https://github.com/urllib3/urllib3/blob/master/CHANGES.rst#125-2019-04-22).
Set explicitly that we deactivate certificates validation with cert_reqs=`CERT_NONE`.
|
2019-06-13 16:04:26 +02:00 |
|
Hugo
|
6156271c48
|
Automatic formatters supported in Python 2.7+
|
2018-01-15 09:54:11 +02:00 |
|
Laurent Mazuel
|
262ad903cb
|
Don't unmock requests.packages if not necessary
|
2017-08-17 08:37:11 -07:00 |
|
Laurent Mazuel
|
ec60af0214
|
Fix mixup between httplib and urllib3
|
2017-08-17 08:37:11 -07:00 |
|
Kevin McCarthy
|
4e36997e1a
|
Use pytest-httpbin
This will help the test flakiness and speed up test runs.
|
2016-05-01 13:50:04 -10:00 |
|
John Vandenberg
|
dc9cd4229b
|
Fix pyflakes and pep8 errors
Use extra asserts to use previously unused variables in tests,
such as `cass` and `response`.
Fix only pyflakes errors in docs/conf.py
|
2015-11-26 08:25:06 +11:00 |
|
aisch
|
8930c97ff7
|
rm unused imports
|
2015-03-23 13:56:48 -07:00 |
|
aisch
|
e6b43a0374
|
rename urllib3 patch method and rm unused imports from tests
|
2015-03-23 13:43:30 -07:00 |
|
aisch
|
63ec95be06
|
update urllib3 patch/stub to be same as used for requests and add tests
|
2015-03-23 12:12:49 -07:00 |
|