[Checkins] SVN: five.pt/trunk/buildout.cfg Get the testrunner working

Hanno Schlichting plone at hannosch.info
Sat Jul 19 12:59:22 EDT 2008


Log message for revision 88607:
  Get the testrunner working
  

Changed:
  U   five.pt/trunk/buildout.cfg

-=-
Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2008-07-19 16:49:59 UTC (rev 88606)
+++ five.pt/trunk/buildout.cfg	2008-07-19 16:59:22 UTC (rev 88607)
@@ -8,12 +8,19 @@
 eggs =
     five.pt
 
+versions = versions
+
+[versions]
+zope.component = 3.4.0
+zope.testing = 3.5.1
+
 [zope2]
 recipe = plone.recipe.zope2install
 url = http://www.zope.org/Products/Zope/2.11.1/Zope-2.11.1-final.tgz
 fake-zope-eggs = true
 skip-fake-eggs =
     zope.component
+    zope.testing
 
 [instance]
 recipe = plone.recipe.zope2instance



More information about the Checkins mailing list