[Checkins] SVN: five.pt/trunk/buildout.cfg Fix buildout configuration to run broken tests.

Sylvain Viollon sylvain at infrae.com
Mon Oct 6 13:58:54 EDT 2008


Log message for revision 91815:
  Fix buildout configuration to run broken tests.
  
  

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

-=-
Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2008-10-06 17:12:08 UTC (rev 91814)
+++ five.pt/trunk/buildout.cfg	2008-10-06 17:58:53 UTC (rev 91815)
@@ -13,6 +13,7 @@
 [versions]
 zope.component = 3.4.0
 zope.testing = 3.5.1
+zc.recipe.testrunner = 1.0.0
 
 [zope2]
 recipe = plone.recipe.zope2install
@@ -35,6 +36,7 @@
 [test]
 recipe = zc.recipe.testrunner
 environment = test-environment
+extra-paths = ${zope2:location}/lib/python
 eggs =
    ${instance:eggs}
 



More information about the Checkins mailing list