1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

handle pytest-asyncio async def coroutines

This commit is contained in:
Thomas Grainger
2017-03-14 13:56:17 +00:00
parent 70f4707063
commit 7514d94262
7 changed files with 106 additions and 34 deletions

View File

@@ -39,6 +39,7 @@ deps =
boto: boto
boto3: boto3
aiohttp: aiohttp
aiohttp: pytest-asyncio
[flake8]
max_line_length = 110