Remove unnecessary test section from dev buildout.
This commit is contained in:
parent
c63cccff3b
commit
75a2d17f19
6
dev.cfg
6
dev.cfg
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user