From ffbd2c0956d30557f91436828a0e75dec988f8e1 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 23 Sep 2016 10:57:49 +0200 Subject: [PATCH] Remove clients from test-requirements already installed by python-openstackclient * python-cinderclient * python-glanceclient * python-keystoneclient * python-novaclient TrivialFix Change-Id: Ia3bfa3ea090d7b7c0978c6f672c7554bfd4b0cc9 --- test-requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 19c60c0a0f..f31894eac2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,12 +15,8 @@ PrettyTable<0.8,>=0.7 # BSD PyYAML>=3.1.0 # MIT python-barbicanclient>=4.0.0 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 -python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 -python-glanceclient>=2.5.0 # Apache-2.0 python-heatclient>=1.4.0 # Apache-2.0 -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 -python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-openstackclient>=2.1.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 pytz>=2013.6 # MIT