From 94af4ac99af149cb9c02e78feb60b10a7ed5a1f1 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 3 Jan 2017 14:02:45 +1100 Subject: [PATCH] Remove discover from test-requirements It's only needed for python < 2.7 which is not supported Change-Id: I1225bc24f61ed5f0f2537099d6f79ec94070dc5a --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 75e7af76..7557c662 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,6 @@ hacking<0.11,>=0.10.0 coverage>=4.0 # Apache-2.0 -discover # BSD fixtures>=3.0.0 # Apache-2.0/BSD mock>=2.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD