-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
mx.ini
24 lines (23 loc) · 848 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
24
[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.
certifi==2024.12.14
packaging==24.2
zope.configuration==6.0
waitress==3.0.2
webtest==3.0.2