Remove unnecessary test section from dev buildout.

This commit is contained in:
Timo Stollenwerk 2011-11-23 17:07:56 +01:00
parent c63cccff3b
commit 75a2d17f19
1 changed files with 0 additions and 6 deletions

View File

@ -14,7 +14,6 @@ auto-checkout =
parts += parts +=
omelette omelette
test
releaser releaser
zopepy zopepy
sphinxbuilder sphinxbuilder
@ -40,11 +39,6 @@ recipe = collective.recipe.omelette
eggs = ${instance:eggs} eggs = ${instance:eggs}
packages = ${instance:location}/lib/python ./ packages = ${instance:location}/lib/python ./
[test]
recipe = zc.recipe.testrunner
eggs = ${test:eggs}
defaults = ['--auto-color', '--auto-progress']
[releaser] [releaser]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = jarn.mkrelease eggs = jarn.mkrelease