-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmx.ini
61 lines (50 loc) · 1.39 KB
/
mx.ini
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
[settings]
# This is a mxdev configuration file
#
# available options are documented at
# https://pypi.org/project/mxdev/
#
# read also README_MAKE.md in this folder
#
requirements-in = requirements.txt
requirements-out = requirements-mxdev.txt
# ignore own dev-package from existing constraints
# because it is pinned in the plone-release
ignores =
plone.app.mosaic
setuptools
pip
wheel
version-overrides =
plone.app.robotframework==2.1.0
robotframework-pythonlibcore==4.2.0
default-install-mode = direct
# variables
; github = ssh://[email protected]
github = https://github.com
# Checkouts
; [mockup]
; url = ${settings:github}/plone/mockup.git
; branch = master
; install-mode = skip
# mosaic dependencies
# [plone.app.blocks]
# url = ${settings:github}/plone/plone.app.blocks
# branch = master
# [plone.app.drafts]
# url = ${settings:github}/plone/plone.app.drafts.git
# branch = master
# [plone.app.standardtiles]
# url = ${settings:github}/plone/plone.app.standardtiles.git
# branch = main
# [plone.app.tiles]
# url = ${settings:github}/plone/plone.app.tiles.git
# branch = master
# [plone.tiles]
# url = ${settings:github}/plone/plone.tiles.git
# branch = master
# Checkout until this is released:
# https://github.com/collective/sphinxcontrib-robotframework/pull/6
[sphinxcontrib-robotframework]
url = ${settings:github}/cilq/sphinxcontrib-robotframework.git
branch = fix_codeblock