Commit 65dfb4f9 authored by Baiju Muthukadan's avatar Baiju Muthukadan

Trying again, this time change 'alltests.cfg' also.

Simplified buildout configurations by removing references to '${buildout:eggs}'.
They are not needed because there is only one egg (Zope2) required for each part
parent 12401a87
......@@ -8,7 +8,7 @@ parts += alltests
[alltests]
recipe = zc.recipe.testrunner
eggs =
${buildout:eggs}
Zope2
Acquisition
DateTime
ExtensionClass
......
......@@ -9,12 +9,10 @@ parts =
extends = versions-zope2.cfg
versions = versions
unzip = true
eggs =
Zope2
[test]
recipe = zc.recipe.testrunner
eggs = ${buildout:eggs}
eggs = Zope2
[scripts]
recipe = zc.recipe.egg:scripts
......@@ -22,6 +20,6 @@ eggs = Zope2
[zopepy]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
eggs = Zope2
interpreter = zopepy
scripts = zopepy
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment