Skip to content

Commit

Permalink
Pin GitPython at 2.0.8 due to issues on Python 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Oct 21, 2016
1 parent c074fa0 commit e4e8f60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,11 @@ def run(self):
"pytest>=2.4",
"pytest-cov",
"Sphinx>=1.3",
"GitPython>=2.0.6",
# Pinning GitPython to 2.0.8 max, due to its use of unittest.case
# which is not available on Python 2.6.
# TODO: Track resolution of GitPython issue #540:
# https://github.com/gitpython-developers/GitPython/issues/540
"GitPython==2.0.8",
"sphinx-git",
"httpretty",
"lxml",
Expand Down

0 comments on commit e4e8f60

Please sign in to comment.