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: I03f61fe4a8f0daa4a43fc9e7d41456b65018cf66
This commit is contained in:
Clark Boylan 2012-08-21 14:08:57 -07:00
parent 4e81c907bb
commit 53de0dd77e

View File

@ -6,6 +6,7 @@ mox==0.5.3
nose
nosexcover
openstack.nose_plugin
nosehtmloutput
pep8==1.1
sphinx>=1.1.2
MySQL-python