-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathmx.ini
23 lines (22 loc) · 847 Bytes
/
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
[settings]
threads = 5
# With an empty 'requirements-in' mxdev only generates a list of checkouts:
# '-e src/Plone', etc. That can be nice.
# General problem though: if you have '-e src/Plone' in the requirements-out,
# then all dependencies of the Plone will get installed, even if you would
# only want Products.CMFPlone and its dependencies. We may tackle this later.
# For now, let's basically require everything we could ever want,
# especially all test dependencies.
requirements-in = requirements-test.txt
requirements-out = requirements-mxdev.txt
default-target = src
include =
mxsources.ini
mxcheckouts.ini
mxtests.ini
version-overrides =
# You MUST manually keep this in sync with the OVERRIDES in versions.cfg
# plus the packaging pin above it.
packaging==24.2
zc.recipe.egg===3.0.0
zc.recipe.testrunner==3.2