From 6792499f76545d9789472c0f85e163fec0c502ac Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Fri, 23 Aug 2013 15:06:58 +1000 Subject: [PATCH] Add netaddr to test requirements Because of the way we do old keystoneclient tests we can end up with the situation where an old keystone uses a newer keystoneclient without doing an install and so misses out on the newer dependencies. This patch is not a solution to the underlying problem, but should prevent current gate failings. Fixes: bug 1212939 Change-Id: I25eca24c6820611a5937a1f709ba42620b70b304 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 474770ab85..3e417fddb8 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -25,6 +25,7 @@ distribute>=0.6.24 httplib2 # keystoneclient <0.2.1 requests>=1.0.0 # replaces httplib2 in keystoneclient >=0.2.1 keyring +netaddr # swift_auth test dependencies http://tarballs.openstack.org/swift/swift-stable-grizzly.tar.gz#egg=swift