summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-01-09 15:51:05 -0600
committerDolph Mathews <dolph.mathews@gmail.com>2013-01-09 15:51:52 -0600
commit4e1cab81e334d7d95e2566e7ed3c8836b88d0dd6 (patch)
tree9be7341aa36fe456419497b4a16997094eeda089 /tools
parentea282cb4278b291a0717dd4e5a1ed8087ec7038a (diff)
downloadkeystone-4e1cab81e334d7d95e2566e7ed3c8836b88d0dd6.tar.gz
Cleanup keystoneclient testing requirements
Change-Id: I9f3a3be700c3d27c600092ce339428a34d73c22e
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires9
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 738f456ca..d43ec6b01 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -19,7 +19,9 @@ webtest # test wsgi apps without starting an http server
distribute>=0.6.24
# for python-keystoneclient
-httplib2
+httplib2 # keystoneclient <0.2.1
+requests<1.0 # replaces httplib2 in keystoneclient >=0.2.1
+keyring
# swift_auth test dependencies
http://tarballs.openstack.org/swift/swift-master.tar.gz#egg=swift
@@ -27,8 +29,3 @@ netifaces
# For translations processing
Babel
-
-requests<1.0
-
-# keyring is required by python-keystoneclient-master
-keyring \ No newline at end of file