[Checkins] SVN: five.localsitemanager/branches/1.0/buildout.cfg Get the tests running when using a shared Zope install cache

Hanno Schlichting plone at hannosch.info
Wed Aug 27 06:08:03 EDT 2008


Log message for revision 90420:
  Get the tests running when using a shared Zope install cache
  

Changed:
  U   five.localsitemanager/branches/1.0/buildout.cfg

-=-
Modified: five.localsitemanager/branches/1.0/buildout.cfg
===================================================================
--- five.localsitemanager/branches/1.0/buildout.cfg	2008-08-27 10:05:58 UTC (rev 90419)
+++ five.localsitemanager/branches/1.0/buildout.cfg	2008-08-27 10:08:03 UTC (rev 90420)
@@ -2,7 +2,6 @@
 parts = zope2 test
 develop = .
 
-# XXX needed until zope2 is fully eggified (there is no egg for OFS)
 [zope2]
 recipe = plone.recipe.zope2install
 url = http://www.zope.org/Products/Zope/2.11.1/Zope-2.11.1-final.tgz
@@ -10,7 +9,7 @@
 skip-fake-eggs = zope.component
 
 [test]
-recipe = zc.recipe.testrunner
+recipe = zc.recipe.testrunner < 1.1
 eggs = five.localsitemanager
-extra-paths = parts/zope2/lib/python
+extra-paths = ${zope2:location}/lib/python
 defaults = ['-c']
\ No newline at end of file



More information about the Checkins mailing list