aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-11-11 05:34:07 +0000
committerSam James <sam@gentoo.org>2023-11-11 05:34:07 +0000
commit750eb374bcd9450c63c934e535c30e2991dc8c8b (patch)
tree97d65e01e06aae6bd4a8dd7e1f57185aabe0a297 /tox.ini
parentpyproject.toml, NEWS: declare pytest markers. (diff)
downloadportage-750eb374bcd9450c63c934e535c30e2991dc8c8b.tar.gz
portage-750eb374bcd9450c63c934e535c30e2991dc8c8b.tar.bz2
portage-750eb374bcd9450c63c934e535c30e2991dc8c8b.zip
tox.ini: fix pytest-xdist typo
Thanks to radhermit for spotting. 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 7930ef0dc..2fee0bd7d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ deps =
pylint: pytest
test: pyyaml
test: pytest
- test: pytext-xdist
+ test: pytest-xdist
setenv =
PYTHONPATH={toxinidir}/lib
allowlist_externals =