From: Ben Darnell Date: Mon, 28 May 2012 04:35:27 +0000 (-0700) Subject: Fix zope.interface/py25 dependencies for other tox.ini files X-Git-Tag: v2.3.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67d69340a29cf55680470d5524b3cef61b1cdd58;p=thirdparty%2Ftornado.git Fix zope.interface/py25 dependencies for other tox.ini files --- diff --git a/maint/vm/ubuntu10.04/tox.ini b/maint/vm/ubuntu10.04/tox.ini index 87841ac88..2ae1b27af 100644 --- a/maint/vm/ubuntu10.04/tox.ini +++ b/maint/vm/ubuntu10.04/tox.ini @@ -17,6 +17,7 @@ deps = pycurl simplejson twisted==11.0.0 + zope.interface<4.0 [testenv:py26-full] deps = diff --git a/maint/vm/ubuntu12.04/tox.ini b/maint/vm/ubuntu12.04/tox.ini index 9c8a312a7..e30ef22a6 100644 --- a/maint/vm/ubuntu12.04/tox.ini +++ b/maint/vm/ubuntu12.04/tox.ini @@ -17,6 +17,7 @@ deps = pycurl simplejson twisted==11.0.0 + zope.interface<4.0 [testenv:py27-full] basepython = python2.7