aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-30 05:45:51 +0000
committerSam James <sam@gentoo.org>2023-10-30 08:47:22 +0000
commit441568c26d99b6d15f1e768729bc9fcc638a4556 (patch)
treecf10d1b37346c0a3ba2c058e8e32eac9172f7607 /tox.ini
parentCI: Use epytest-style options for pytest, including xdist (diff)
downloadportage-441568c26d99b6d15f1e768729bc9fcc638a4556.tar.gz
portage-441568c26d99b6d15f1e768729bc9fcc638a4556.tar.bz2
portage-441568c26d99b6d15f1e768729bc9fcc638a4556.zip
tox: Use epytest-style options for pytest, including xdist
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6778dd00f..7930ef0dc 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