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 E8AB7158089 for ; Sat, 11 Nov 2023 07:23:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 959C02BC035; Sat, 11 Nov 2023 07:23:23 +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 7B1A92BC035 for ; Sat, 11 Nov 2023 07:23:23 +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 67086335D8D for ; Sat, 11 Nov 2023 07:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8A171364 for ; Sat, 11 Nov 2023 07:23: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: <1699687395.fa7e1a39cad8ecbeb3ad34525538ba0d93cb4672.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: fa7e1a39cad8ecbeb3ad34525538ba0d93cb4672 X-VCS-Branch: master Date: Sat, 11 Nov 2023 07:23: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: 65037fdc-922c-420a-8266-fd621132d3fd X-Archives-Hash: aab522b141646254ade2361729b72c9d commit: fa7e1a39cad8ecbeb3ad34525538ba0d93cb4672 Author: Sam James gentoo org> AuthorDate: Sat Nov 11 05:48:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 11 07:23:15 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fa7e1a39 tox.ini: pass posargs to pytest Closes: https://github.com/gentoo/portage/pull/1179 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 2fee0bd7de..dcae3e87b5 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}