From d5724d717dcf25b66b0988aae302f07e83422e0f Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 6 May 2014 19:00:59 +0200 Subject: [PATCH] Rely on dulwich <= 0.9.5 for python2.6 tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 977cf48..2f35209 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = nosetests [] [testenv:py26] deps = python-ldap - dulwich + dulwich<=0.9.5 {[base]deps} [testenv:py27]