Skip to content

Commit e668412

Browse files
committed
Downgrade gitpython to 2.1.10
1 parent 33932b7 commit e668412

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements/pip.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ dnspython==1.15.0
4747

4848
# VCS
4949
httplib2==0.11.3
50-
GitPython==2.1.11
50+
51+
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
52+
# of an UnicodeError
53+
GitPython==2.1.10
5154

5255
# Search
5356
elasticsearch==1.5.0

0 commit comments

Comments
 (0)