From f0703f7ce32028483d38ba1b7e3e4b8d44d527d0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2016 22:40:50 +0100 Subject: [PATCH] Remove discover from test-requirements It's only needed for python < 2.7 which is not supported Change-Id: I5b43ff5b07a2e205c59f9758b13a450897baa129 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index ffb811a7..5965240f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. coverage>=4.0 # Apache-2.0 -discover # BSD fixtures>=3.0.0 # Apache-2.0/BSD hacking<0.11,>=0.10.0 mock>=2.0 # BSD