-
Notifications
You must be signed in to change notification settings - Fork 2
/
dev.cfg
144 lines (127 loc) · 2.93 KB
/
dev.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[buildout]
extensions =
mr.developer
plone.versioncheck
extends =
base.cfg
sources.cfg
allow-picked-versions = true
show-picked-versions = true
always-checkout = force
auto-checkout +=
collective.pivot
cpskin.agenda
cpskin.caching
cpskin.cirkwi
cpskin.citizen
cpskin.contenttypes
cpskin.core
cpskin.demo
cpskin.diazotheme.classic
cpskin.diazotheme.dream
cpskin.diazotheme.dreambasic
cpskin.diazotheme.dreamRightPortlet
cpskin.diazotheme.dreamRightPortletBasic
cpskin.diazotheme.newDream
cpskin.diazotheme.memory
cpskin.diazotheme.modern
cpskin.diazotheme.retro
cpskin.diazotheme.smart
cpskin.diazotheme.spirit
cpskin.diazotheme.trendy
cpskin.diazotheme.trendybasic
cpskin.diazotheme.vicinity
cpskin.locales
cpskin.localfood
cpskin.menu
cpskin.minisite
cpskin.policy
cpskin.slider
cpskin.theme
cpskin.workflow
imio.behavior.teleservices
pas.plugins.authomatic
pas.plugins.imio
iaweb.privacy
imio.media
# collective.oembed
parts +=
test
robot
versioncheck
[instance]
#use the instance eggs to extends the base eggs defined in [buildout]
recipe = plone.recipe.zope2instance
http-address = 8080
user = admin:admin
zeo-client-client = client-storage
debug-mode = on
verbose-security = on
environment-vars +=
ENABLE_PRINTING_MAILHOST True
SMTP_QUEUE_DIRECTORY ${buildout:directory}/mailhost
PROFILE_PUBLISHER 1
eggs +=
${debug-products:eggs}
cpskin.demo
pas.plugins.imio
experimental.gracefulblobmissing
collective.catalogcleanup
zcml +=
cpskin.demo
pas.plugins.imio
experimental.gracefulblobmissing
zope-conf-additional =
publisher-profile-file ${buildout:directory}/profile.dat
extensions ${buildout:directory}/Extensions
<product-config five.z2monitor>
bind 0.0.0.0:8888
</product-config>
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color', '--auto-progress']
eggs =
Pillow
Plone
collective.MockMailHost
plone.app.testing
cpskin.core [test]
cpskin.policy [test]
cpskin.caching [test]
ipdb
environment = testenv
[testenv]
zope_i18n_compile_mo_files = true
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
cpskin.policy [test]
plone.app.robotframework[debug]
robotframework-selenium2screenshots
[makebuildoutcache]
recipe = collective.recipe.buildoutcache
[versioncheck]
recipe = zc.recipe.egg
eggs = plone.versioncheck
[versions]
# Robot Testing
plone.app.robotframework = 1.0.1
robotframework = 3.0
robotframework-selenium2library = 1.7.4
robotsuite = 1.7.0
selenium = 3.141.0
mock = 1.0.1
pep8 = 1.5.7
babel = 1.3
robotframework-selenium2screenshots = 0.7.0
sphinxcontrib-robotframework = 0.5.1
robotframework-debuglibrary = 0.4
sphinx-rtd-theme = 0.1.5
Pygments = 2.0.2
python-memcached = 1.59
CacheControl = 0.11.7
colorama = 0.4.4
plone.versioncheck = 1.7.0
sh = 1.14.2