Skip to content

Commit 186fa92

Browse files
authored
pass tox positional arguments to pytest (#4)
1 parent e8667ce commit 186fa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ skipsdist = true
3030

3131
[tool.tox.env_run_base]
3232
commands = [
33-
["pytest", "-n", "auto"],
33+
["pytest", { replace = "posargs", default = ["-n", "auto"], extend = true } ],
3434
]
3535
dependency_groups = ["test"]
3636
set_env = { NO_CYTHON_COMPILE = "true" }

0 commit comments

Comments
 (0)