Skip to content

Commit 9dda9c5

Browse files
committed
fix: update tox configuration to use dependency groups for test environment
1 parent 37abd51 commit 9dda9c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ env_list = ["3.10", "3.11", "3.12", "3.13", "3.14"]
177177

178178
[tool.tox.env_run_base]
179179
description = "Run tests suite against Python {base_python}"
180-
skip_install = true
181-
deps = ["uv>=0.9.0"]
182-
commands_pre = [["uv", "sync", "--group", "main"]]
180+
dependency_groups = ["test"]
183181
commands = [["pytest", { replace = "posargs", extend = true }]]
184182

185183
[tool.ruff]

0 commit comments

Comments
 (0)