fix tests

This commit is contained in:
lilydjwg 2017-07-08 14:59:14 +08:00
parent fdcd84ea2a
commit 7c534aec18
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ pytestmark = [
]
async def test_proxy(get_version, monkeypatch):
sys.modules['nvchecker.source'] = sys.modules['nvchecker.source.aiohttp_httpclient']
from nvchecker.source import session
async def fake_request(*args, proxy, **kwargs):