diff options
| author | Justin Shepherd <jshepher@rackspace.com> | 2011-05-11 00:56:20 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-05-11 00:56:20 +0000 |
| commit | 5f2bfe56cf12d8f45ae24a5c9dd0c99e6c4d0310 (patch) | |
| tree | 443706d5afeee51cbc27665d066e96ce59833fef | |
| parent | 23ad0f63cde540ad8fe74259926fe9edb75c5b38 (diff) | |
| parent | 6991faaac1eda14bf6162d1a2383e7f9ad6bdeae (diff) | |
Fix for #780276 (run_tests.sh fails test_authors_up_to_date when using git repo)
| -rw-r--r-- | Authors | 1 | ||||
| -rw-r--r-- | tools/pip-requires | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,7 @@ Josh Kearney <josh@jk0.org> Josh Kleinpeter <josh@kleinpeter.org> Joshua McKenty <jmckenty@gmail.com> Justin Santa Barbara <justin@fathomdb.com> +Justin Shepherd <jshepher@rackspace.com> Kei Masumoto <masumotok@nttdata.co.jp> Ken Pepple <ken.pepple@gmail.com> Kevin Bringard <kbringard@attinteractive.com> diff --git a/tools/pip-requires b/tools/pip-requires index e438c2a41..f7eb1703e 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -33,3 +33,4 @@ nova-adminclient suds==0.4 coverage nosexcover +GitPython |
