mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Add pytest-xdist
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -11,12 +11,13 @@ deps = flake8
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
./runtests.sh {posargs}
|
./runtests.sh -n 4 {posargs}
|
||||||
deps =
|
deps =
|
||||||
Flask<1
|
Flask<1
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
pytest-httpbin
|
pytest-httpbin
|
||||||
|
pytest-xdist
|
||||||
PyYAML
|
PyYAML
|
||||||
requests27: requests==2.7.0
|
requests27: requests==2.7.0
|
||||||
httplib2: httplib2
|
httplib2: httplib2
|
||||||
|
|||||||
Reference in New Issue
Block a user