Browse Source

Rely on dulwich <= 0.9.5 for python2.6 tests

Guillaume Ayoub 11 years ago
parent
commit
d5724d717d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -14,7 +14,7 @@ commands = nosetests []
 [testenv:py26]
 deps =
   python-ldap
-  dulwich
+  dulwich<=0.9.5
   {[base]deps}
 
 [testenv:py27]