Skip to content

Commit

Permalink
no need to default posargs
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jan 11, 2025
1 parent 6301d81 commit 08aca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

[testenv]
parallel_show_output = true
commands = coverage run -m pytest {posargs:tests}
commands = coverage run -m pytest {posargs}
ignore_outcome =
pytestmain: True
deps =
Expand Down

0 comments on commit 08aca4c

Please sign in to comment.