commit:     441568c26d99b6d15f1e768729bc9fcc638a4556
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 05:45:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 08:47:22 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=441568c2

tox: Use epytest-style options for pytest, including xdist

Signed-off-by: Sam James <sam <AT> gentoo.org>

 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 6778dd00f7..7930ef0dc9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,10 +22,11 @@ deps =
        pylint: pytest
        test: pyyaml
        test: pytest
+       test: pytext-xdist
 setenv =
        PYTHONPATH={toxinidir}/lib
 allowlist_externals =
        ./run-pylint
 commands =
        pylint: ./run-pylint
-       test: pytest
+       test: pytest -vv -ra -l -o console_output_style=count -n auto 
--dist=worksteal

Reply via email to