summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMike Heald <mike.heald@hp.com>2014-11-21 09:52:33 +0000
committerMike Heald <mike.heald@hp.com>2014-11-21 10:15:41 +0000
commit8225f52a6f3d528b246504c073ff5d9ad6e99883 (patch)
treed5666cd48f3a5bb8ea03fe46009bcfe86fbd90b5 /requirements.txt
parentb6bfbcc37b4c848439d1926341ef44d2bf0ee329 (diff)
downloadzuul-8225f52a6f3d528b246504c073ff5d9ad6e99883.tar.gz
Fix tests for GitPython>0.3.2.RC1
Catches the GitCommandError exception when a ref does not exist. Change-Id: I9fe2e95d64eaf06537723957c6e7eaaf9282ccab
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index dd947d67f..4c85447e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ PyYAML>=3.1.0
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