From 2ccd2c4d969cdd6e7feedd21ac2e5cb8498ff37d Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Wed, 12 Mar 2014 16:54:30 +0530 Subject: Sync with OpenStack Swift v1.13.0 Also, bumped version of gluster-swift to v1.13.0 Change-Id: I797dc704c9523540cba847b1e8ff3da97b79630c Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/7229 Reviewed-by: Chetan Risbud Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- tools/requirements.txt | 1 - tools/test-requires | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/requirements.txt b/tools/requirements.txt index 1139866..bbac51a 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -5,4 +5,3 @@ netifaces>=0.5 pastedeploy>=1.3.3 simplejson>=2.0.9 xattr>=0.4 -python-swiftclient diff --git a/tools/test-requires b/tools/test-requires index d2c027f..63d499e 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,7 +1,4 @@ -# Install bounded pep8/pyflakes first, then let flake8 install -pep8==1.4.5 -pyflakes==0.7.2 -flake8==2.0 +# Hacking already pins down pep8, pyflakes and flake8 hacking>=0.5.6,<0.6 coverage nose @@ -10,5 +7,6 @@ openstack.nose_plugin nosehtmloutput sphinx>=1.1.2,<1.2 mock>=0.8.0 +python-swiftclient python-keystoneclient prettytable -- cgit