Skip Flask 0.11

The new 0.11.0 release broke Octavia unit tests. While we clarify the
culprit of the breakage, let's use the known good version of the
library.

Change-Id: I26068f2282b9ab7e89dbe2b6877a0a894833204c
Related-Bug: #1587849
This commit is contained in:
Ihar Hrachyshka 2016-06-01 13:51:24 +02:00
parent c871e075f1
commit 4980942cad
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ eventlet!=0.18.3,>=0.18.2 # MIT
extras # MIT
fairy-slipper>=0.1.0 # Apache-2.0
falcon>=0.1.6 # Apache-2.0
Flask>=0.10,<1.0 # BSD
Flask>=0.10,!=0.11,<1.0 # BSD
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
futurist>=0.11.0 # Apache-2.0
funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0

View File

@ -2,7 +2,7 @@ APScheduler===3.1.0
Babel===2.3.4
CouchDB===1.0.1
Django===1.8.13
Flask===0.11
Flask===0.10.1
GitPython===2.0.3
Jinja2===2.8
Mako===1.0.4