We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6301d81 commit 08aca4cCopy full SHA for 08aca4c
tox.ini
@@ -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
6
7
[testenv]
8
parallel_show_output = true
9
-commands = coverage run -m pytest {posargs:tests}
+commands = coverage run -m pytest {posargs}
10
ignore_outcome =
11
pytestmain: True
12
deps =
0 commit comments