From f4968d433c1739785653b494d07033461d0c3f86 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 21 Aug 2012 14:41:29 -0700 Subject: [PATCH] Add nosehtmloutput as a test dependency. Adding nosehtmloutput as a test dependency allows nose to output its results to an html file. This will be used by Jenkins to save logs on a different server. Change-Id: If88ca04bf7e45aa25aaea3cc01bb0f457224c117 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 67d40ade8..83091e59a 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -5,6 +5,7 @@ mox==0.5.3 nose nosexcover openstack.nose_plugin +nosehtmloutput pep8 sphinx>=1.1.2 unittest2 -- 2.45.2