From 419caf0248770f1278342e501f6bbdd1dcfea1e6 Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Thu, 21 Jul 2016 17:04:11 +0000 Subject: [PATCH] Remove discover from test-requirements It's only needed for python < 2.7 which is not supported Change-Id: Idfc1677ca01853993e21f4c8aa50a9be66c32203 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8bc8d34b..d27d55ac 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.0 coverage>=3.6 # Apache-2.0 -discover # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 requests-mock>=1.0 # Apache-2.0