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

Remove dependency on old Flask

This commit is contained in:
Hugo
2017-12-07 15:53:38 +02:00
parent 943a15a967
commit c111ebab0a

View File

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