Cleanup keystoneclient testing requirements

Change-Id: I9f3a3be700c3d27c600092ce339428a34d73c22e
This commit is contained in:
Dolph Mathews 2013-01-09 15:51:05 -06:00
parent ea282cb427
commit 4e1cab81e3

View File

@ -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