From 73e5fe1fe41525fa68a0b94b615b074f3820a8ee Mon Sep 17 00:00:00 2001 From: Juliano Martinez Date: Fri, 1 Jun 2012 11:31:40 -0300 Subject: [PATCH] Bug #1002605 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 | 2 +- tools/test-requires | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index cbb9f18316..05efffe7cf 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,4 +5,4 @@ eventlet>=0.9.12 lxml python-gflags==1.3 sqlalchemy -webob==1.0.8 +webob==1.2.0 diff --git a/tools/test-requires b/tools/test-requires index 8426f998d5..f412e76588 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -9,4 +9,4 @@ openstack.nose_plugin pep8==0.6.1 sphinx>=1.1.2 unittest2 -webtest +webtest==1.3.3