From a5b7fcf5f96a42bb4ac8110894b5cc146c552ad9 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 25 Jan 2013 15:13:03 +0100 Subject: [PATCH] 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 --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-requires b/tools/test-requires index d43ec6b013..67542ae110 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