From 7b2097e706e944ce868e633467b89f728a5d5042 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 24 Dec 2012 19:58:11 -0600 Subject: Migrate from nose to testr. Run tests with testr for parallel execution. Part of blueprint grizzly-testtools. Change-Id: I38e8a2df12678002e19264a53bad26e80265c6e4 --- tools/test-requires | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index f69ef390..0dacea2a 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,12 +1,10 @@ distribute>=0.6.24 -fixtures +coverage +discover +fixtures>=0.3.12 mock -nose -nose-exclude -nosexcover -openstack.nose_plugin -nosehtmloutput pep8==1.1 sphinx>=1.1.2 -testtools +testrepository>=0.0.13 +testtools>=0.9.26 -- cgit v1.2.1