From caefb74bfdd8868331c98b25e1207a1475987093 Mon Sep 17 00:00:00 2001 From: Douglas Mendizabal Date: Fri, 14 Mar 2014 23:51:58 -0500 Subject: [PATCH] Include discover in test-requirements The discover package is needed to use testr with Python 2.6. Change-Id: Ia8491afe3250a3cdad9e6c76331dc9aca17e702d --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index f93050c62..00fbe1a54 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,5 @@ coverage>=3.6 +discover hacking>=0.8.0,<0.9 mock>=1.0 testrepository>=0.0.17