socks needed for tests

This commit is contained in:
2017-05-27 19:16:16 -04:00
parent b9a004a22b
commit 03e5f5daf3
+1 -1
View File
@@ -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: