Skip to content

Commit f635f35

Browse files
noirbizarrebearomorphism
authored andcommitted
build(tox): do not use poetry anymore and use the builtin dependency-group support
1 parent d4e9187 commit f635f35

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 = ["poetry>=2.0"]
182-
commands_pre = [["poetry", "install", "--only", "main,test"]]
180+
dependency_groups = ["test"]
183181
commands = [["pytest", { replace = "posargs", extend = true }]]
184182

185183
[tool.ruff]

0 commit comments

Comments
 (0)