1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00
Files
vcrpy/vcr
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
..
2017-01-13 16:09:42 -05:00
2015-08-23 16:33:25 -04:00
2016-06-20 23:43:47 -07:00
2016-10-02 10:24:38 -10:00
2016-12-15 08:47:01 -10:00
2015-11-26 08:25:06 +11:00