From 03e5f5daf33ddb44fec4815c35a49072bdc3b2a4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 27 May 2017 19:16:16 -0400 Subject: [PATCH] socks needed for tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dad03781..888872cc 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ requires = [ 'certifi>=2017.4.17' ] -test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock'] +test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock', 'PySocks>=1.5.6, !=1.5.7'] about = {} with open(os.path.join(here, 'requests', '__version__.py'), 'r', 'utf-8') as f: