Ver Fonte

Rely on dulwich <= 0.9.5 for python2.6 tests

Guillaume Ayoub há 11 anos atrás
pai
commit
d5724d717d
1 ficheiros alterados com 1 adições e 1 exclusões
  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]