aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-11-11 05:48:27 +0000
committerSam James <sam@gentoo.org>2023-11-11 07:23:15 +0000
commitfa7e1a39cad8ecbeb3ad34525538ba0d93cb4672 (patch)
treefb105b8478826d8165c6f3eda147ea66b11c511a /tox.ini
parenttests: test_bintree: add test for trust helper --pretend issue (diff)
downloadportage-fa7e1a39cad8ecbeb3ad34525538ba0d93cb4672.tar.gz
portage-fa7e1a39cad8ecbeb3ad34525538ba0d93cb4672.tar.bz2
portage-fa7e1a39cad8ecbeb3ad34525538ba0d93cb4672.zip
tox.ini: pass posargs to pytest
Closes: https://github.com/gentoo/portage/pull/1179 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2fee0bd7d..dcae3e87b 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}