# HG changeset patch # User domruf # Date 1510700724 -3600 # 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 -r 0ca92e5657cc -r 64ee7afabaaa setup.py --- 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",