From c014d69b9bee26461f00bb27e0eeb00948e4bb72 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 6 Apr 2017 16:48:10 -0400 Subject: [PATCH] Remove python-barbicanclient from test-requirements.txt It seems that it was added back in Liberty where an effort was started to setup functional tests, however it is not used at the moment. This patch removes it from the list of dependencies. With time, Tempest should handle all integration checks. Change-Id: I9dddd470db9dc42a6fa7dbe138c0c6189d8afdd7 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c37c68daba..1b63359e85 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,7 +16,6 @@ oslosphinx>=4.7.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD PyYAML>=3.10.0 # MIT -python-barbicanclient>=4.0.0 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 python-heatclient>=1.6.1 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0