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 8C983158013 for ; Sat, 16 Dec 2023 11:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF9E82BC018; Sat, 16 Dec 2023 11:02:39 +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 AB2322BC018 for ; Sat, 16 Dec 2023 11:02:39 +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 B2043335D77 for ; Sat, 16 Dec 2023 11:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EA5E136E for ; Sat, 16 Dec 2023 11:02:37 +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: <1702724548.0e60737088dfb4499e07b9eaf5e4055eaec116d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wxpython/wxpython-4.2.1.ebuild X-VCS-Directories: dev-python/wxpython/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e60737088dfb4499e07b9eaf5e4055eaec116d1 X-VCS-Branch: master Date: Sat, 16 Dec 2023 11:02:37 +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: 49298004-8a50-4ebe-b505-415eee6d6424 X-Archives-Hash: 2b849265febc610b3ad013b22dda250f commit: 0e60737088dfb4499e07b9eaf5e4055eaec116d1 Author: Sam James gentoo org> AuthorDate: Sat Dec 16 11:01:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 16 11:02:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e607370 dev-python/wxpython: add missing pytest-xdist test dep Closes: https://bugs.gentoo.org/920090 Signed-off-by: Sam James gentoo.org> dev-python/wxpython/wxpython-4.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/wxpython/wxpython-4.2.1.ebuild b/dev-python/wxpython/wxpython-4.2.1.ebuild index b377b21456db..a609da43141e 100644 --- a/dev-python/wxpython/wxpython-4.2.1.ebuild +++ b/dev-python/wxpython/wxpython-4.2.1.ebuild @@ -49,6 +49,7 @@ BDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] ) "