From a02f80ee55b049d660a249de2ef5d437a3626871 Mon Sep 17 00:00:00 2001 From: avnish Date: Mon, 9 Jan 2017 12:19:20 +0530 Subject: [PATCH] Remove useless requirements 1. What is the problem cliff,WebTest and pylint modules present in test-requirement.txt file are not used anymore. 2. What is the solution to the problem Remove cliff,WebTest and pylint modules from test-requirement.txt not used anymore. 3. What the features need to be implemented to the Tricircle to realize the solution None Change-Id: I6511571a62e341d41dc1069b1af50e27c5bdd14a --- test-requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 70aaff31..64fc150e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.2 -cliff>=2.3.0 # Apache-2.0 coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD @@ -16,10 +15,8 @@ testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD -WebTest>=2.0 # MIT oslotest>=1.10.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 tempest-lib>=0.14.0 # Apache-2.0 ddt>=1.0.1 # MIT -pylint==1.4.5 # GPLv2 reno>=1.8.0 # Apache-2.0