commit: fa7e1a39cad8ecbeb3ad34525538ba0d93cb4672 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 11 05:48:27 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 11 07:23:15 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fa7e1a39
tox.ini: pass posargs to pytest Closes: https://github.com/gentoo/portage/pull/1179 Signed-off-by: Sam James <sam <AT> gentoo.org> tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2fee0bd7de..dcae3e87b5 100644 --- a/tox.ini +++ b/tox.ini @@ -29,4 +29,4 @@ allowlist_externals = ./run-pylint commands = pylint: ./run-pylint - test: pytest -vv -ra -l -o console_output_style=count -n auto --dist=worksteal + test: pytest -vv -ra -l -o console_output_style=count -n auto --dist=worksteal {posargs}
