1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +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] [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