Navigation Menu

Skip to content

Commit

Permalink
Bug #1002605
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ncode committed Jun 1, 2012
1 parent 6d14917 commit 9895ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/pip-requires
Expand Up @@ -5,4 +5,4 @@ eventlet>=0.9.12
lxml
python-gflags==1.3
sqlalchemy
webob==1.0.8
webob==1.2.0
2 changes: 1 addition & 1 deletion tools/test-requires
Expand Up @@ -9,4 +9,4 @@ openstack.nose_plugin
pep8==0.6.1
sphinx>=1.1.2
unittest2
webtest
webtest==1.3.3

0 comments on commit 9895ac6

Please sign in to comment.