From 0aeea5854c8caf26109e3262a156cdc198de4013 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 8 Apr 2015 10:11:58 +0200 Subject: [PATCH] Removes discover from test-reqs The discover package is part of Python 2.7, so we don't need to explicitely require it. It's by the way annoying for distribution package maintainers, as the file has to be patched. Change-Id: I3509111c5a6657c9f09bd6e9cf6580ee47401286 Depends-On: If4bbac7b5d14107037591e8916170841e17d0ef1 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 55d21d5b..0394e671 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,6 @@ hacking>=0.10.0,<0.11 coverage>=3.6 -discover fixtures>=0.3.14 mock>=1.0 pycrypto>=2.6