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 76329158089 for ; Mon, 30 Oct 2023 08:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4B932BC018; Mon, 30 Oct 2023 08:47:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99DED2BC018 for ; Mon, 30 Oct 2023 08:47:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E18B335C31 for ; Mon, 30 Oct 2023 08:47:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3716C12FE for ; Mon, 30 Oct 2023 08:47:25 +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: <1698655642.441568c26d99b6d15f1e768729bc9fcc638a4556.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: 441568c26d99b6d15f1e768729bc9fcc638a4556 X-VCS-Branch: master Date: Mon, 30 Oct 2023 08:47:25 +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: d46691bb-f5fa-4e74-840d-43f00bfdb44e X-Archives-Hash: 2e11e1824d45abab0ec37d5e338354ce commit: 441568c26d99b6d15f1e768729bc9fcc638a4556 Author: Sam James gentoo org> AuthorDate: Mon Oct 30 05:45:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 30 08:47:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=441568c2 tox: Use epytest-style options for pytest, including xdist Signed-off-by: Sam James gentoo.org> tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6778dd00f7..7930ef0dc9 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