Skip to content

Commit db60f9a

Browse files
committed
chore(tox): Use lock runner for full tests
1 parent 0683a7c commit db60f9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ commands =
112112
--durations=20 --durations-min=1.0 \
113113
--pyargs nibabel {posargs:-n auto}
114114

115+
[testenv:py3{9,10,11,12,13,13t,14,14t}-full-{x,arm}64]
116+
runner = uv-venv-lock-runner
117+
115118
[testenv:install]
116119
description = Install and verify import succeeds
117120
labels = test

0 commit comments

Comments
 (0)