From 7c534aec18d36e74b3c0efc3f9cc0425a93c9880 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sat, 8 Jul 2017 14:59:14 +0800 Subject: [PATCH] fix tests --- tests/test_proxy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_proxy.py b/tests/test_proxy.py index c157ec8..0adbb9f 100644 --- a/tests/test_proxy.py +++ b/tests/test_proxy.py @@ -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):