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 ...@@ -8,7 +8,7 @@ parts += alltests
[alltests] [alltests]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
${buildout:eggs} Zope2
Acquisition Acquisition
DateTime DateTime
ExtensionClass ExtensionClass
......
...@@ -9,12 +9,10 @@ parts = ...@@ -9,12 +9,10 @@ parts =
extends = versions-zope2.cfg extends = versions-zope2.cfg
versions = versions versions = versions
unzip = true unzip = true
eggs =
Zope2
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = ${buildout:eggs} eggs = Zope2
[scripts] [scripts]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
...@@ -22,6 +20,6 @@ eggs = Zope2 ...@@ -22,6 +20,6 @@ eggs = Zope2
[zopepy] [zopepy]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ${buildout:eggs} eggs = Zope2
interpreter = zopepy interpreter = zopepy
scripts = 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