]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Bug #1002605
authorJuliano Martinez <juliano.martinez@locaweb.com.br>
Fri, 1 Jun 2012 14:31:40 +0000 (11:31 -0300)
committerJuliano Martinez <juliano.martinez@locaweb.com.br>
Fri, 1 Jun 2012 15:18:40 +0000 (12:18 -0300)
update webob to be version 1.2 or above

It's running without any issue with 1.2, the exception problem was caused
by WebTest. We should use at least version 1.3.3 (supplied by Ubuntu 12.04 and Debian Wheezy)

Version to WebTest==1.3.3

Change-Id: Ia8ef543e32ae46f503dd52e93bed4290d077c286

tools/pip-requires
tools/test-requires

index cbb9f18316f60b2654113d87841fd78f57c2b3bf..05efffe7cf76c734617dc9d5a93bb46cb57165e2 100644 (file)
@@ -5,4 +5,4 @@ eventlet>=0.9.12
 lxml
 python-gflags==1.3
 sqlalchemy
-webob==1.0.8
+webob==1.2.0
index 8426f998d5f26b659a6e2787ba762440fb08774d..f412e765888e161e5c5f29f6052230d8d4d1f308 100644 (file)
@@ -9,4 +9,4 @@ openstack.nose_plugin
 pep8==0.6.1
 sphinx>=1.1.2
 unittest2
-webtest
+webtest==1.3.3