changeset 7053:64ee7afabaaa

setup: temporary workaround to avoid dulwich 0.8.16 - it cause test failures i.e. test_compare_forks_on_branch_extra_commits_git Note: might be In Memory Changeset related
author domruf <dominikruf@gmail.com>
date Wed, 15 Nov 2017 00:05:24 +0100
parents 0ca92e5657cc
children 3725f86e8514
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Nov 27 03:50:03 2017 +0100
+++ b/setup.py	Wed Nov 15 00:05:24 2017 +0100
@@ -56,7 +56,7 @@
     "docutils>=0.8.1",
     "URLObject==2.3.4",
     "Routes==1.13",
-    "dulwich>=0.14.1",
+    "dulwich>=0.14.1,<0.18.6", # temporary workaround for not using 0.18.6 which cause test failure ... and perhaps also real failures
     "mercurial>=2.9,<4.5",
     "decorator >= 3.3.2",
     "Paste >= 2.0.3, < 3.0",