commit:     750eb374bcd9450c63c934e535c30e2991dc8c8b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 05:34:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 05:34:07 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=750eb374

tox.ini: fix pytest-xdist typo

Thanks to radhermit for spotting.

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 7930ef0dc9..2fee0bd7de 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 =

Reply via email to