diff options
| author | Ken Thomas <krt@yahoo-inc.com> | 2012-02-15 13:20:35 -0800 |
|---|---|---|
| committer | Ken Thomas <krt@yahoo-inc.com> | 2012-02-15 13:34:25 -0800 |
| commit | 92b264bbbcea1485ae789f74f468728284a3997e (patch) | |
| tree | 18274e9d1a99f78060b657724aee2e8321efac3b /tools | |
| parent | 9a6a086baff2ef00f2d80b96f4c5fec086cc6d91 (diff) | |
| download | python-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-requires | 1 |
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 |
