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 D29E4158089 for ; Tue, 10 Oct 2023 07:13:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 253A62BC015; Tue, 10 Oct 2023 07:13:22 +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 0AEA92BC015 for ; Tue, 10 Oct 2023 07:13:22 +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 EDA17335C5D for ; Tue, 10 Oct 2023 07:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F0A2EC5 for ; Tue, 10 Oct 2023 07:13:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1696921996.838150c19310ccb74a1ad38a08bce1be6e9b8f4c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-timeout/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild X-VCS-Directories: dev-python/pytest-timeout/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 838150c19310ccb74a1ad38a08bce1be6e9b8f4c X-VCS-Branch: master Date: Tue, 10 Oct 2023 07:13:19 +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: 132b77ba-992c-42a2-83db-60851f09fb5a X-Archives-Hash: 3094aa66a21e3ecb7d4796b51b7f791b commit: 838150c19310ccb74a1ad38a08bce1be6e9b8f4c Author: Michał Górny gentoo org> AuthorDate: Tue Oct 10 07:10:54 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 10 07:13:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838150c1 dev-python/pytest-timeout: pytest-cov now supports 3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild b/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild index d099aaa62e42..7c49baaa6924 100644 --- a/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-2.2.0.ebuild @@ -26,9 +26,7 @@ BDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] !hppa? ( - $(python_gen_cond_dep ' - dev-python/pytest-cov[${PYTHON_USEDEP}] - ' python3_{10..11} pypy3) + dev-python/pytest-cov[${PYTHON_USEDEP}] ) ) "