requiremnents-tests-git: Pin Flask to 0.11.0

This wasn't actually an issue while testing as we turned off BDD tests
due to pytest-bdd not being pytest 3.0 compatible.
This commit is contained in:
Florian Bruhin 2016-08-10 11:22:37 +02:00
parent 75bdd1f797
commit a39e38e29b

View File

@ -2,7 +2,12 @@ bzr+lp:beautifulsoup
git+https://github.com/cherrypy/cherrypy.git
hg+https://bitbucket.org/ned/coveragepy
git+https://github.com/micheles/decorator.git
git+https://github.com/pallets/flask.git
# We need to use flask < 0.11 because of
# https://github.com/Runscope/httpbin/issues/290
# git+https://github.com/pallets/flask.git
Flask==0.10.1 # rq.filter: < 0.11.0
git+https://github.com/miracle2k/python-glob2.git
git+https://github.com/Runscope/httpbin.git
git+https://github.com/HypothesisWorks/hypothesis-python.git