From 7ed8d99fe0fc607d7170bf8019243bf1e17c3dfb Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 25 Feb 2015 15:20:31 +0100 Subject: [PATCH] Remove discover from test requirements The package is used to provide new unittest module features for python installations older than 2.7. Since we don't support py26 target anymore, the dependency is safe to kill. Change-Id: Icb238d577d0dd30e091bdb65dcec5f695749dc7b --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 126e5eccf..90ec1ecc2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,6 @@ hacking>=0.10.0,<0.11 cliff>=1.7.0 # Apache-2.0 coverage>=3.6 -discover fixtures>=0.3.14 mock>=1.0 python-subunit>=0.0.18 -- 2.45.2