From 2352b9d66f7a767376d36bd5b79d4b2c328ea45a Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 21 Aug 2012 14:43:08 -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: I6bd4736e8cc4132db65bfe8cdfe1f3a388369fa8 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 0a12555dfd..ceee2d41cd 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -2,5 +2,6 @@ coverage nose nosexcover openstack.nose_plugin +nosehtmloutput pep8==0.6.1 sphinx>=1.1.2