1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00
Files
vcrpy/vcr/stubs
Stefan Tjarks e559be758a Fix aiohttp patch to work with aiohttp >= 3.3
Aiohttp expects an awaitable instance to be returned from
`ClientSession._request` though `asyncio.coroutine` decorated function
do not implement `__await__`. By changing the syntax and dropping Python
3.4 support we fix this issue.
2018-07-25 13:24:29 -03: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
2015-11-26 08:25:06 +11:00