Skip to content

Commit 08aca4c

Browse files
committed
no need to default posargs
1 parent 6301d81 commit 08aca4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist = py{3.9,3.10,3.11,3.12,3.13}-pytest{7.3,7.4,8.0,8.1,8.2,8.3,latest,main
66

77
[testenv]
88
parallel_show_output = true
9-
commands = coverage run -m pytest {posargs:tests}
9+
commands = coverage run -m pytest {posargs}
1010
ignore_outcome =
1111
pytestmain: True
1212
deps =

0 commit comments

Comments
 (0)