# HG changeset patch # User domruf # Date 2017-11-15 00:05:24 # Node ID 64ee7afabaaadfe4a656177aa4c2784bf572cb2a # Parent 0ca92e5657cc6d74b110f7e779d7111bd37d7905 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 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ requirements = [ "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",