Skip to content

Commit 95dc00e

Browse files
authored
Update pyproject.toml
Signed-off-by: Eden Ross Duff, MSc, DDiv <ozi.project@outlook.com>
1 parent 59633c2 commit 95dc00e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pyproject.toml

+9-8
Original file line numberDiff line numberDiff line change
@@ -330,22 +330,23 @@ python =
330330
3.10 = dist,lint,test
331331
332332
[testenv]
333-
allowlist_externals =
334-
rm
335-
pipx
336-
meson
337-
python
333+
allowlist_externals =
334+
rm
335+
pipx
336+
python
337+
meson
338338
package = wheel
339339
deps =
340340
uv
341341
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
343344
commands =
344345
meson setup {env_tmp_dir} -Dozi:dist=disabled -Dozi:tox-env-dir={env_dir}
345346
meson compile -C {env_tmp_dir}
346-
rm -rf {env_tmp_dir}/.gitignore
347+
rm -rf {env_tmp_dir}{/}.gitignore
347348
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}
349350
350351
[testenv:dist]
351352
description = OZI distribution checkpoint

0 commit comments

Comments
 (0)