From b579a41f30955eb6a31401ff438f608ab4cd7bcf Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Thu, 21 Jul 2016 07:47:04 +0000 Subject: [PATCH] Remove discover from test-requirements It's only needed for python < 2.7 which is not supported Change-Id: Ib3f24755d50ef9466e5bb35c10ea57ac28ac7a34 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 27e4a7ff4..f02161586 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. coverage>=3.6 # Apache-2.0 -discover # BSD doc8 # Apache-2.0 freezegun # Apache-2.0 hacking<0.11,>=0.10.2