1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 17:15:35 +00:00

fix tests in stubs, requests ssl verification and httpbin+flask

This commit is contained in:
bogdan barna
2016-06-24 11:43:01 +03:00
parent 5a848d277e
commit 5c9b0b4ccb
3 changed files with 6 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ deps = flake8
commands =
./runtests.sh {posargs}
deps =
# httpbin fails with latest Flask, so we pin it
Flask==0.10.1
mock
pytest
pytest-httpbin