@@ -45,8 +45,11 @@ description = Prepare environment
4545skip_install = true
4646allowlist_externals =
4747 echo
48+ deps =
49+ mxdev
4850commands =
49- echo " Initial setup complete"
51+ mxdev -c mx.ini
52+ echo " Initial setup for mxdev"
5053
5154[testenv:format]
5255description = automatically reformat code
@@ -122,9 +125,7 @@ set_env =
122125# #
123126deps =
124127 {[test_runner]deps}
125- plone62: -c https://dist.plone.org/release/6.2-dev/constraints.txt
126- plone61: -c https://dist.plone.org/release/6.1-dev/constraints.txt
127- plone60: -c https://dist.plone.org/release/6.0-dev/constraints.txt
128+ -c constraints-mxdev.txt
128129
129130# #
130131# Specify additional deps in .meta.toml:
@@ -165,7 +166,7 @@ constrain_package_deps = {[base]constrain_package_deps}
165166set_env = {[base]set_env}
166167deps =
167168 {[test_runner]deps}
168- -c https://dist.plone.org/release/6.2-dev/ constraints.txt
169+ -c constraints-mxdev .txt
169170
170171commands = {[test_runner]test}
171172extras = {[base]extras}
@@ -191,7 +192,7 @@ set_env = {[base]set_env}
191192deps =
192193 {[test_runner]deps}
193194 coverage
194- -c https://dist.plone.org/release/6.2-dev/ constraints.txt
195+ -c constraints-mxdev .txt
195196
196197commands = {[test_runner]coverage}
197198extras = {[base]extras}
@@ -203,7 +204,7 @@ skip_install = true
203204deps =
204205 twine
205206 build
206- -c https://dist.plone.org/release/6.2-dev/ constraints.txt
207+ -c constraints-mxdev .txt
207208commands =
208209 python -m build --sdist
209210 twine check dist/*
@@ -229,7 +230,7 @@ allowlist_externals =
229230deps =
230231 pipdeptree
231232 pipforester
232- -c https://dist.plone.org/release/6.2-dev/ constraints.txt
233+ -c constraints-mxdev .txt
233234commands =
234235 # Generate the full dependency tree
235236 sh -c ' pipdeptree -j > forest.json'
0 commit comments