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
This commit is contained in:
parent
c770db0ba7
commit
a76e82ba8d
@ -49,6 +49,8 @@ auto-checkout =
|
|||||||
[versions]
|
[versions]
|
||||||
zope.schema = 3.6.0
|
zope.schema = 3.6.0
|
||||||
Sphinx = 0.6.4
|
Sphinx = 0.6.4
|
||||||
|
plone.app.z3cform = 0.4.9
|
||||||
|
plone.z3cform = 0.5.10
|
||||||
|
|
||||||
[instance]
|
[instance]
|
||||||
# For more information on this step and configuration options see:
|
# For more information on this step and configuration options see:
|
||||||
@ -88,7 +90,7 @@ eggs = ${instance:eggs}
|
|||||||
packages = ${instance:location}/lib/python ./
|
packages = ${instance:location}/lib/python ./
|
||||||
|
|
||||||
[test]
|
[test]
|
||||||
recipe = collective.xmltestreport
|
recipe = zc.recipe.testrunner
|
||||||
eggs = plone.app.discussion
|
eggs = plone.app.discussion
|
||||||
# other eggs in this list not shown
|
# other eggs in this list not shown
|
||||||
extra-paths = ${instance:location}/lib/python
|
extra-paths = ${instance:location}/lib/python
|
||||||
|
Loading…
Reference in New Issue
Block a user