Skip to content

Commit 697c707

Browse files
Set uv python-preference to managed
Signed-off-by: Edgar Ramírez-Mondragón <edgarrm358@gmail.com>
1 parent 89f5ed0 commit 697c707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ env_list = [
9595
[tool.tox.env_run_base]
9696
description = "run unit tests"
9797
dependency_groups = [ "test" ]
98+
uv_python_preference = "managed"
9899
commands = [
99100
[ "coverage", "run", "-m", "pytest", { replace = "posargs", default = [ "tests" ], extend = true } ],
100101
]

0 commit comments

Comments
 (0)