Skip to content

Commit 68bb667

Browse files
oschwaldclaude
andcommitted
Use uv-venv-lock-runner to respect uv.lock in tox
The default uv-venv-runner uses uv pip install which ignores the lock file. Switch to uv-venv-lock-runner so tox environments use uv sync --locked and install the exact versions pinned in uv.lock. See tox-dev/tox-uv#288 Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent e974df7 commit 68bb667

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ env_list = [
109109
skip_missing_interpreters = false
110110

111111
[tool.tox.env_run_base]
112+
runner = "uv-venv-lock-runner"
112113
dependency_groups = [
113114
"dev",
114115
]

0 commit comments

Comments
 (0)