From 309a441e0126fd7365fb2e40e2763fc33bd72220 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 21 Aug 2012 14:12:39 -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: I811f56c37218301c4c5bd25bae92a4b5b74537de --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-requires b/tools/test-requires index 5d43033978..119cead5cb 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -10,6 +10,7 @@ mox nose nose-exclude openstack.nose_plugin>=0.7 +nosehtmloutput>=0.0.3 pep8==1.1 sphinx>=1.1.2 requests