From a39e38e29b2d27020d27f1bb8a39b5e9a45bc22f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 10 Aug 2016 11:22:37 +0200 Subject: [PATCH] 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. --- misc/requirements/requirements-tests-git.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/misc/requirements/requirements-tests-git.txt b/misc/requirements/requirements-tests-git.txt index 580bfc30b..65466e247 100644 --- a/misc/requirements/requirements-tests-git.txt +++ b/misc/requirements/requirements-tests-git.txt @@ -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