-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.cfg
103 lines (86 loc) · 1.92 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
[buildout]
extensions =
mr.developer
plone.versioncheck
allow-picked-versions = true
show-picked-versions = true
extends =
base.cfg
sources.cfg
rsync.cfg
parts +=
test
robot
versioncheck
auto-checkout +=
renocopro.policy
renocopro.theme
collective.documentation
pas.plugins.imio
always-checkout = true
[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}
zcml +=
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
renocopro.policy[test]
ipdb
environment = testenv
[testenv]
zope_i18n_compile_mo_files = true
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
renocopro.policy[test]
plone.app.robotframework[debug]
robotframework-selenium2screenshots
[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.7.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
# plone.versioncheck
plone.versioncheck = 1.6.6
colorama = 0.3.9
CacheControl = 0.11.6
MarkupSafe = 1.0