-
Notifications
You must be signed in to change notification settings - Fork 5
/
test-6.x.cfg
43 lines (34 loc) · 1.21 KB
/
test-6.x.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[buildout]
extends = https://raw.githubusercontent.com/collective/buildout.plonetest/master/plone-6.0.x.cfg
package-name = collective.plonefinder
package-extras = [test]
extensions = mr.developer
allow-picked-versions = false
parts +=
omelette
test
auto-checkout = collective.quickupload
[test]
recipe = zc.recipe.testrunner
defaults = ['-s', '${buildout:package-name}', '--auto-color', '--auto-progress']
eggs =
${buildout:package-name} ${buildout:package-extras}
${buildout:eggs}
# plone.app.testing now imports from Products.CMFPlacefulWorkflow, which
# is often not installed because no explicity dependency is declared.
# We now always install the Plone egg in order to have the full Plone stack ready.
# https://github.com/plone/plone.app.upgrade/commit/b6a0f6e8865e94b53ff9f7f68385774fa7d5ab02
Plone
[remotes]
collective = https://github.com/collective
collective_push = [email protected]:collective
[sources]
collective.quickupload = git ${remotes:collective}/collective.quickupload.git pushurl=${remotes:collective_push}/collective.quickupload.git branch=plone5
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[versions]
zc.buildout =
setuptools =
ua-parser = 0.10.0
zipp = 1.2.0