Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
41251027
Commit
41251027
authored
Oct 05, 2009
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify buildout and include development helpers into the default config
parent
ead15547
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
104 additions
and
105 deletions
+104
-105
alltests.cfg
alltests.cfg
+0
-89
buildout.cfg
buildout.cfg
+102
-2
dependencies.cfg
dependencies.cfg
+0
-14
versions.cfg
versions.cfg
+2
-0
No files found.
alltests.cfg
View file @
41251027
# Run tests of all packages that would have their tests run in a Zope-trunk
# SVN checkout.
[buildout]
extends = buildout.cfg
parts += alltests allpy
[alltests]
recipe = zc.recipe.testrunner
eggs =
Zope2
Acquisition
DateTime
ExtensionClass
Persistence
RestrictedPython
tempstorage
zope.annotation
zope.authentication
zope.broken
zope.browser
zope.cachedescriptors
zope.component
zope.componentvocabulary
zope.configuration
zope.container
zope.contentprovider
zope.contenttype
zope.copy
zope.datetime
zope.deferredimport
zope.deprecation
zope.dottedname
zope.dublincore
zope.error
zope.event
zope.exceptions
zope.filerepresentation
zope.formlib
zope.hookable
zope.i18n
zope.i18nmessageid
zope.index
zope.interface
zope.lifecycleevent
zope.location
zope.minmax
zope.modulealias
zope.pagetemplate
zope.password
zope.processlifetime
zope.proxy
zope.publisher
zope.schema
zope.security
zope.sendmail
zope.sequencesort
zope.session
zope.site
zope.size
zope.structuredtext
zope.tal
zope.tales
zope.testbrowser
zope.thread
zope.traversing
zope.viewlet
zope.app.form
zope.app.pagetemplate
zope.app.publication
zope.app.publisher
zope.app.schema
# Fetch undeclared ftests dependencies
zope.app.applicationcontrol
zope.app.exception
zope.app.http
zope.app.principalannotation
zope.app.securitypolicy
zope.app.zptpage
zope.app.zcmlfiles
python-gettext
defaults = ['--module', '!^(zope[.]app)[.]']
[allpy]
recipe = zc.recipe.egg
eggs = ${alltests:eggs}
interpreter = allpy
scripts = allpy
buildout.cfg
View file @
41251027
[buildout]
develop =
.
develop = .
parts =
test
scripts
zopepy
alltests
allpy
dependencies
extends = versions.cfg
unzip = true
[test]
recipe = zc.recipe.testrunner
eggs = Zope2
[scripts]
recipe = zc.recipe.egg:scripts
eggs = Zope2
[zopepy]
recipe = zc.recipe.egg
eggs = Zope2
interpreter = zopepy
scripts = zopepy
[alltests]
recipe = zc.recipe.testrunner
eggs =
Zope2
Acquisition
DateTime
ExtensionClass
Persistence
RestrictedPython
tempstorage
zope.annotation
zope.authentication
zope.broken
zope.browser
zope.cachedescriptors
zope.component
zope.componentvocabulary
zope.configuration
zope.container
zope.contentprovider
zope.contenttype
zope.copy
zope.datetime
zope.deferredimport
zope.deprecation
zope.dottedname
zope.dublincore
zope.error
zope.event
zope.exceptions
zope.filerepresentation
zope.formlib
zope.hookable
zope.i18n
zope.i18nmessageid
zope.index
zope.interface
zope.lifecycleevent
zope.location
zope.minmax
zope.modulealias
zope.pagetemplate
zope.password
zope.processlifetime
zope.proxy
zope.publisher
zope.schema
zope.security
zope.sendmail
zope.sequencesort
zope.session
zope.site
zope.size
zope.structuredtext
zope.tal
zope.tales
zope.testbrowser
zope.thread
zope.traversing
zope.viewlet
zope.app.form
zope.app.pagetemplate
zope.app.publication
zope.app.publisher
zope.app.schema
# Fetch undeclared ftests dependencies
zope.app.applicationcontrol
zope.app.exception
zope.app.http
zope.app.principalannotation
zope.app.securitypolicy
zope.app.zptpage
zope.app.zcmlfiles
python-gettext
defaults = ['--module', '!^(zope[.]app)[.]']
[allpy]
recipe = zc.recipe.egg
eggs = ${alltests:eggs}
interpreter = allpy
scripts = allpy
[dependencies]
recipe = z3c.recipe.depgraph
eggs = ${alltests:eggs}
variants = base tred
exclude =
ClientForm
docutils
mechanize
dependencies.cfg
deleted
100644 → 0
View file @
ead15547
[buildout]
extends = alltests.cfg
parts += dependencies
[dependencies]
recipe = z3c.recipe.depgraph
eggs = ${alltests:eggs}
variants = base tred
exclude =
ClientForm
docutils
mechanize
versions.cfg
View file @
41251027
...
...
@@ -8,6 +8,8 @@ DateTime = 2.12.0
ExtensionClass = 2.11.3
Persistence = 2.11.1
tempstorage = 2.11.2
tl.eggdeps = 0.4
z3c.recipe.depgraph = 0.3
# Zope Toolkit KGS overrides
zope.app.publisher = 3.9.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment