From d92d0b06a4819ad27d2870f3c3bf3adedfa41c34 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Tue, 21 Aug 2012 14:32:58 -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: I439fc9742762e626610a7b0774ed1274cf38ceb7
---
 tools/test-requires | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/test-requires b/tools/test-requires
index b02b502b1..acf984277 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -4,6 +4,7 @@ mock
 nose
 nosexcover
 openstack.nose_plugin
+nosehtmloutput
 pep8==1.2
 sphinx>=1.1.2
 unittest2