mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
fix tests
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import asyncio
|
||||
|
||||
import aiohttp
|
||||
import pytest
|
||||
import vcr
|
||||
asyncio = pytest.importorskip("boto3")
|
||||
|
||||
import asyncio # NOQA
|
||||
|
||||
import aiohttp # NOQA
|
||||
import pytest # NOQA
|
||||
import vcr # NOQA
|
||||
|
||||
|
||||
@asyncio.coroutine
|
||||
|
||||
Reference in New Issue
Block a user