commit | 8225f52a6f3d528b246504c073ff5d9ad6e99883 | [log] [tgz] |
---|---|---|
author | Mike Heald <mike.heald@hp.com> | Fri Nov 21 09:52:33 2014 +0000 |
committer | Mike Heald <mike.heald@hp.com> | Fri Nov 21 10:15:41 2014 +0000 |
tree | d5666cd48f3a5bb8ea03fe46009bcfe86fbd90b5 | |
parent | b6bfbcc37b4c848439d1926341ef44d2bf0ee329 [diff] [blame] |
Fix tests for GitPython>0.3.2.RC1 Catches the GitCommandError exception when a ref does not exist. Change-Id: I9fe2e95d64eaf06537723957c6e7eaaf9282ccab
diff --git a/requirements.txt b/requirements.txt index dd947d6..4c85447 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -5,7 +5,7 @@ Paste WebOb>=1.2.3,<1.3 paramiko>=1.8.0 -GitPython==0.3.2.RC1 +GitPython>=0.3.2.1 lockfile>=0.8 ordereddict python-daemon