diff setup.py @ 7086:438876d818d3

tests: git changeset authors need to have the format 'username <user@example.com>' New verions of dulwich caused tests like test_compare_forks_on_branch_extra_commits_git to fail because of this. Since this is fixed now, re-allow dulwich versions 0.18.6 and newer.
author domruf <dominikruf@gmail.com>
date Thu, 11 Jan 2018 19:59:10 +0100
parents 64ee7afabaaa
children dbf8620c278b
line wrap: on
line diff
--- a/setup.py	Wed Oct 25 21:12:17 2017 +0200
+++ b/setup.py	Thu Jan 11 19:59:10 2018 +0100
@@ -56,7 +56,7 @@
     "docutils>=0.8.1",
     "URLObject==2.3.4",
     "Routes==1.13",
-    "dulwich>=0.14.1,<0.18.6", # temporary workaround for not using 0.18.6 which cause test failure ... and perhaps also real failures
+    "dulwich>=0.14.1",
     "mercurial>=2.9,<4.5",
     "decorator >= 3.3.2",
     "Paste >= 2.0.3, < 3.0",