From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A58C158089 for ; Sat, 11 Nov 2023 05:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A06A2BC019; Sat, 11 Nov 2023 05:34:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B9E32BC019 for ; Sat, 11 Nov 2023 05:34:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4A50335D9A for ; Sat, 11 Nov 2023 05:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBC2D1351 for ; Sat, 11 Nov 2023 05:34:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1699680847.750eb374bcd9450c63c934e535c30e2991dc8c8b.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: tox.ini X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 750eb374bcd9450c63c934e535c30e2991dc8c8b X-VCS-Branch: master Date: Sat, 11 Nov 2023 05:34:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26a60ee9-13fd-4c21-b264-ecdaaf33ed50 X-Archives-Hash: fba63d78ffc1d3751b72db5c95052f25 commit: 750eb374bcd9450c63c934e535c30e2991dc8c8b Author: Sam James gentoo org> AuthorDate: Sat Nov 11 05:34:07 2023 +0000 Commit: Sam James gentoo 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 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 =