File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -330,22 +330,23 @@ python =
330
330
3.10 = dist,lint,test
331
331
332
332
[testenv]
333
- allowlist_externals =
334
- rm
335
- pipx
336
- meson
337
- python
333
+ allowlist_externals =
334
+ rm
335
+ pipx
336
+ python
337
+ meson
338
338
package = wheel
339
339
deps =
340
340
uv
341
341
commands_pre =
342
- python -m uv pip install OZI.build[uv,core]~=1.10.1
342
+ python -m uv pip install OZI.build[core,uv]~=1.5
343
+ pipx install --python=python meson
343
344
commands =
344
345
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}
345
346
meson compile -C {env_tmp_dir}
346
- rm -rf {env_tmp_dir}/ .gitignore
347
+ rm -rf {env_tmp_dir}{/} .gitignore
347
348
commands_post =
348
- {env_python} -m invoke --search-root={env_tmp_dir}/ subprojects/ ozi/ ozi checkpoint --suite={env_name} {posargs}
349
+ {env_python} -m invoke --search-root={env_tmp_dir}{/} subprojects{/} ozi{/} ozi checkpoint --suite={env_name} {posargs}
349
350
350
351
[testenv:dist]
351
352
description = OZI distribution checkpoint
You can’t perform that action at this time.
0 commit comments