mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
xdist
This commit is contained in:
@@ -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,4 +1,5 @@
|
||||
-e .[socks]
|
||||
pytest-xdist
|
||||
alabaster==0.7.10
|
||||
Babel==2.4.0
|
||||
bleach==2.0.0
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user