1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 17:45:35 +00:00
Files
vcrpy/vcr/stubs
Kevin McCarthy 9b59e02374 Fix compat with requests 2.16 (unvendored urllib3)
The new version of requests un-vendors urllib3, with a nifty hack:
https://github.com/kennethreitz/requests/blob/master/requests/packages.py

Unfortunately messing directly with sys.modules causes some weird
behavior that I don't entirely understand.  Avoiding the extra import to
requests.packages as part of VCR's initialization seems to sidestep the
issue.

Closes #311
2017-05-27 15:40:38 -10:00
..
2016-11-07 12:03:21 -08:00
2016-06-27 01:39:49 +02:00
2014-04-03 13:52:30 -07:00
2014-09-06 17:15:15 +01:00
2016-05-01 13:50:04 -10:00
2015-11-26 08:25:06 +11:00