Commit 4ccb4a99 authored by Hanno Schlichting's avatar Hanno Schlichting

Clean up alltests, now that there's no other trunk anymore

parent d111854a
...@@ -6,10 +6,7 @@ extends = buildout.cfg ...@@ -6,10 +6,7 @@ extends = buildout.cfg
parts += alltests parts += alltests
[alltests] [alltests]
recipe = zc.recipe.testrunner<1.1dev recipe = zc.recipe.testrunner
# The commented packages are present on SVN trunk but not used (downloaded)
# by Zope2.buildout. If you manage to reduce the dependencies further, feel
# free to comment out more eggs.
eggs = eggs =
${buildout:eggs} ${buildout:eggs}
Acquisition Acquisition
...@@ -33,7 +30,6 @@ eggs = ...@@ -33,7 +30,6 @@ eggs =
zope.datetime zope.datetime
zope.deferredimport zope.deferredimport
zope.deprecation zope.deprecation
# zope.documenttemplate
zope.dottedname zope.dottedname
zope.dublincore zope.dublincore
zope.error zope.error
...@@ -52,13 +48,11 @@ eggs = ...@@ -52,13 +48,11 @@ eggs =
zope.pagetemplate zope.pagetemplate
zope.proxy zope.proxy
zope.publisher zope.publisher
# zope.rdb
zope.schema zope.schema
zope.security zope.security
zope.securitypolicy zope.securitypolicy
zope.sendmail zope.sendmail
zope.sequencesort zope.sequencesort
# zope.server
zope.session zope.session
zope.site zope.site
zope.size zope.size
...@@ -69,7 +63,6 @@ eggs = ...@@ -69,7 +63,6 @@ eggs =
zope.thread zope.thread
zope.traversing zope.traversing
zope.viewlet zope.viewlet
# zope.wfmc
# Fetch undeclared ftests dependencies # Fetch undeclared ftests dependencies
zope.app.principalannotation zope.app.principalannotation
zope.app.schema zope.app.schema
......
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