Skip to content

Commit 99ccfad

Browse files
oschwaldclaude
andcommitted
Use uv managed Python in tox instead of system Python
This avoids requiring system python-dev packages to be installed for compiling the C extension during tox runs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 88afa6f commit 99ccfad

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
@@ -111,6 +111,7 @@ skip_missing_interpreters = false
111111

112112
[tool.tox.env_run_base]
113113
runner = "uv-venv-lock-runner"
114+
uv_python_preference = "managed"
114115
dependency_groups = [
115116
"dev",
116117
]

0 commit comments

Comments
 (0)