This commit is contained in:
2017-05-27 19:57:40 -04:00
parent 8e93b100da
commit cd4c701186
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ init:
test:
# This runs all of the tests. To run an individual test, run py.test with
# the -k flag, like "py.test -k test_path_is_not_double_encoded"
python setup.py test
py.test --boxed -n 9 tests/
test-readme:
python setup.py check -r -s
+1
View File
@@ -1,4 +1,5 @@
-e .[socks]
pytest-xdist
alabaster==0.7.10
Babel==2.4.0
bleach==2.0.0
+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', 'PySocks>=1.5.6, !=1.5.7']
test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock', 'pytest-xdist', 'PySocks>=1.5.6, !=1.5.7']
about = {}
with open(os.path.join(here, 'requests', '__version__.py'), 'r', 'utf-8') as f: