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

diff --git a/tools/test-requires b/tools/test-requires
index cf2d864e..6d600652 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -4,6 +4,7 @@ nose
 nose-exclude
 nosexcover
 openstack.nose_plugin
+nosehtmloutput
 pep8==1.3
 sphinx>=1.1.2
 eventlet