summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-08-21 14:32:58 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-08-21 14:32:58 -0700
commitd92d0b06a4819ad27d2870f3c3bf3adedfa41c34 (patch)
treefa48dcbaf63e8f38ba07f479a7b7188f47308d9c /tools
parent0bba3857d19bdfbc7ac3a408b3889b92245ed812 (diff)
downloadpython-cinderclient-d92d0b06a4819ad27d2870f3c3bf3adedfa41c34.tar.gz
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
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index b02b502..acf9842 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