-
Notifications
You must be signed in to change notification settings - Fork 27
/
test-6.x.cfg
48 lines (41 loc) · 1.06 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
44
45
46
47
48
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/plone-6.0.x.cfg
package-name = collective.quickupload
package-extras = [test]
eggs =
ua_parser
test-eggs =
parts +=
test
omelette
zopepy
versions = versions
plone-series = 6.0
[test]
recipe = zc.recipe.testrunner
defaults = ['-s', '${buildout:package-name}', '--auto-color', '--auto-progress']
eggs =
${buildout:package-name} ${buildout:package-extras}
${buildout:eggs}
${buildout:test-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
[omelette]
recipe = collective.recipe.omelette
eggs =
${instance:eggs}
${test:eggs}
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
scripts = zopepy
[versions]
zc.buildout =
setuptools =
pip =
wheel =