From d0a7db77b8106a004a37a1a74b931c779bb80da0 Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Thu, 21 Jul 2016 07:32:36 +0000 Subject: [PATCH] Remove discover from test-requirements It's only needed for python < 2.7 which is not supported Change-Id: Ie7f475496899ef15f4eb2805ebc8ebaeb815fc13 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f9d6142..334a923 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,6 @@ # Hacking already pins down pep8, pyflakes and flake8 coverage>=3.6 -discover flake8<=2.4.1,>=2.2.4 hacking<0.11,>=0.10.2 mock>=1.2