summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSascha Peilicke <saschpe@suse.de>2013-01-25 15:13:03 +0100
committerSascha Peilicke <saschpe@suse.de>2013-01-25 15:16:32 +0100
commita5b7fcf5f96a42bb4ac8110894b5cc146c552ad9 (patch)
treea2c6bc25de5a00f4583b99829f97ffcfedcceda4 /tools
parentdd357475fbc10d7fb823fe116293c553cfe32733 (diff)
downloadkeystone-a5b7fcf5f96a42bb4ac8110894b5cc146c552ad9.tar.gz
keystone-a5b7fcf5f96a42bb4ac8110894b5cc146c552ad9.tar.xz
keystone-a5b7fcf5f96a42bb4ac8110894b5cc146c552ad9.zip
Update to requests>=1.0.0 for keystoneclient.
The requests module dropped all configuration with the 1.0.0 release. There's no danger_mode and no 'verbose'' mode. The former shouldn't be necessary anymore and the latter can be done by setting a different log handler for the request.logging root logger. Related to https://review.openstack.org/#/c/20127/ Change-Id: Ide43a41b5481daede96e142d1a4f6519e33c21bf
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 d43ec6b0..67542ae1 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -20,7 +20,7 @@ distribute>=0.6.24
# for python-keystoneclient
httplib2 # keystoneclient <0.2.1
-requests<1.0 # replaces httplib2 in keystoneclient >=0.2.1
+requests>=1.0.0 # replaces httplib2 in keystoneclient >=0.2.1
keyring
# swift_auth test dependencies