1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Luiz Menezes
4ce937978e Add pytest-xdist 2018-05-06 19:23:56 -03:00

View File

@@ -11,12 +11,13 @@ deps = flake8
[testenv]
commands =
./runtests.sh {posargs}
./runtests.sh -n 4 {posargs}
deps =
Flask<1
mock
pytest
pytest-httpbin
pytest-xdist
PyYAML
requests27: requests==2.7.0
httplib2: httplib2