[Checkins] SVN: zope.release/branches/3.4/buildout.cfg Pin zc.recipe.testrunner as a workaround for LP#595052.

Marius Gedminas marius at pov.lt
Wed Jun 16 07:47:11 EDT 2010


Log message for revision 113520:
  Pin zc.recipe.testrunner as a workaround for LP#595052.
  
  Should fix the Python 2.4 buildbots of the KGS.
  
  

Changed:
  U   zope.release/branches/3.4/buildout.cfg

-=-
Modified: zope.release/branches/3.4/buildout.cfg
===================================================================
--- zope.release/branches/3.4/buildout.cfg	2010-06-16 11:23:09 UTC (rev 113519)
+++ zope.release/branches/3.4/buildout.cfg	2010-06-16 11:47:10 UTC (rev 113520)
@@ -66,3 +66,7 @@
 
 [versions]
 zope.kgs = 1.0.1
+
+zc.recipe.testrunner = 1.2.0
+# zc.recipe.testrunner 1.3 depends on zope.testrunner, which doesn't work
+# with Python 2.4 -- https://launchpad.net/bugs/595052



More information about the checkins mailing list