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
This commit is contained in:
Clark Boylan 2012-08-21 14:12:39 -07:00
parent 32584bed6c
commit 309a441e01

View File

@ -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