From 5c3589242770966f4835658f273544298b43e9e3 Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Thu, 21 Jul 2016 09:59:41 +0000 Subject: [PATCH] Remove discover from test-requirements It's only needed for python < 2.7 which is not supported Change-Id: I65e07055a215a00d675b439535f3554ac9007a98 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index fa93eec6..d2ff1cf3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,6 @@ flake8<2.6.0,>=2.5.4 # MIT hacking<0.11,>=0.10.2 coverage>=3.6 # Apache-2.0 -discover # BSD mock>=2.0 # BSD pylint==1.4.5 # GPLv2 python-subunit>=0.0.18 # Apache-2.0/BSD