summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-01-08 11:06:45 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-01-15 18:47:19 -0500
commit4851cc175180e7803a693e556c92611de5c0ced8 (patch)
tree627905be79e24cbaf3de294f2bc88ddf9af13b59 /tools
parenta3657f999e145df28078696964a7c10569153faf (diff)
downloadpython-keystoneclient-4851cc175180e7803a693e556c92611de5c0ced8.tar.gz
Make WebOb version specification more flexible
Change the WebOb version to >=1.0.8 as a temporary measure to allow the actual version update to 1.2.3 to roll out across the projects one at a time without breaking the integration tests. Change-Id: Ia4f9f92ae7013098706924eef8728bcd85869c29 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 5e2d17b..402c409 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -12,6 +12,6 @@ nosehtmloutput
pep8==1.3.3
sphinx>=1.1.2
testtools>=0.9.22
-WebOb==1.0.8
+WebOb>=1.0.8
Babel