From: Clark Boylan Date: Tue, 21 Aug 2012 21:41:29 +0000 (-0700) Subject: Add nosehtmloutput as a test dependency. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f4968d433c1739785653b494d07033461d0c3f86;p=openstack-build%2Fneutron-build.git 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 --- 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