From 9895ac62c0ca73e9bcfa57b8609d21fb93129943 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 cbb9f18316f..05efffe7cf7 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 8426f998d5f..f412e765888 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