summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-06-05 12:18:56 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-06-05 12:18:56 -0700
commit711c19c84bc08878e3428ebc0cd457ba554f79ac (patch)
treed5eccf6a0e47224b230e30828e99ccf03eba0182 /tools
parent16a5e1c27f5b3c4fc84ea0b06af67878fea6553f (diff)
downloadtaskflow-711c19c84bc08878e3428ebc0cd457ba554f79ac.tar.gz
Fix tests for python 2.6
Since python 2.6 is supported in openstack we need to alter the format messages and the usage of functions that exist in the 2.7 unittest by including unittest2 and using that instead. Change-Id: I31c78d1f771603a6ad15ada50507cada0c5e331b
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 1db097b..f43462f 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -7,3 +7,5 @@ nose-exclude
openstack.nose_plugin>=0.7
pep8==1.4.5
pylint==0.25.2
+# Needed for features in 2.7 not in 2.6
+unittest2