From a76e82ba8df60cc71f28a9892992397c647128c3 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 28 May 2010 15:36:51 +0000 Subject: [PATCH] Pin down plone.app.z3cform and plone.z3cform for now, otherwise tests will fail with a maximum recursion error. svn path=/plone.app.discussion/trunk/; revision=36786 --- dev-plone4.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-plone4.cfg b/dev-plone4.cfg index 6965ccd..81e6220 100644 --- a/dev-plone4.cfg +++ b/dev-plone4.cfg @@ -49,6 +49,8 @@ auto-checkout = [versions] zope.schema = 3.6.0 Sphinx = 0.6.4 +plone.app.z3cform = 0.4.9 +plone.z3cform = 0.5.10 [instance] # For more information on this step and configuration options see: @@ -88,7 +90,7 @@ eggs = ${instance:eggs} packages = ${instance:location}/lib/python ./ [test] -recipe = collective.xmltestreport +recipe = zc.recipe.testrunner eggs = plone.app.discussion # other eggs in this list not shown extra-paths = ${instance:location}/lib/python