summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKen Thomas <krt@yahoo-inc.com>2012-02-15 13:20:35 -0800
committerKen Thomas <krt@yahoo-inc.com>2012-02-15 13:34:25 -0800
commit92b264bbbcea1485ae789f74f468728284a3997e (patch)
tree18274e9d1a99f78060b657724aee2e8321efac3b /tools
parent9a6a086baff2ef00f2d80b96f4c5fec086cc6d91 (diff)
downloadpython-keystoneclient-92b264bbbcea1485ae789f74f468728284a3997e.tar.gz
Use unittest2 instead of unittest.
This allows the test to run on RHEL 6.2 and python 2.6. Fixed bug 933076 Change-Id: Idb026114ac1813266d77a70d13b0c3b9467f5199
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 5132a34..af3712d 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -7,3 +7,4 @@ nose
pep8
prettytable
simplejson
+unittest2