Skip to content

Commit b3de774

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tox: fix passing arguments to tox env for pytest
Signed-off-by: John Mulligan <[email protected]>
1 parent 627c6c0 commit b3de774

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
@@ -14,7 +14,7 @@ deps =
1414
dnspython
1515
-e .[validation,yaml,toml]
1616
commands =
17-
py.test -v tests --cov=sambacc --cov-report=html {posargs}
17+
py.test -v --cov=sambacc --cov-report=html {posargs:tests}
1818

1919
[testenv:{py3,py39}-mypy]
2020
deps =

0 commit comments

Comments
 (0)