diff --git a/misc/requirements/requirements-tests-git.txt b/misc/requirements/requirements-tests-git.txt index 65466e247..580bfc30b 100644 --- a/misc/requirements/requirements-tests-git.txt +++ b/misc/requirements/requirements-tests-git.txt @@ -2,12 +2,7 @@ bzr+lp:beautifulsoup git+https://github.com/cherrypy/cherrypy.git hg+https://bitbucket.org/ned/coveragepy git+https://github.com/micheles/decorator.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/pallets/flask.git git+https://github.com/miracle2k/python-glob2.git git+https://github.com/Runscope/httpbin.git git+https://github.com/HypothesisWorks/hypothesis-python.git diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index 7df697962..c902a1d4d 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -2,11 +2,12 @@ beautifulsoup4==4.5.1 CherryPy==7.1.0 +click==6.6 coverage==4.2 decorator==4.0.10 -Flask==0.10.1 # rq.filter: < 0.11.0 +Flask==0.11.1 glob2==0.4.1 -httpbin==0.4.1 +httpbin==0.5.0 hypothesis==3.4.2 itsdangerous==0.24 # Jinja2==2.8 diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw index e9741bb9a..aaba28da6 100644 --- a/misc/requirements/requirements-tests.txt-raw +++ b/misc/requirements/requirements-tests.txt-raw @@ -1,7 +1,7 @@ beautifulsoup4 CherryPy coverage -Flask==0.10.1 +Flask httpbin hypothesis pytest @@ -19,5 +19,4 @@ pytest-warnings pytest-xvfb vulture -#@ filter: Flask < 0.11.0 #@ ignore: Jinja2, MarkupSafe