From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E6BA215827B for ; Wed, 13 Aug 2025 14:33:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C6623340E3E for ; Wed, 13 Aug 2025 14:33:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CA3CC11055F; Wed, 13 Aug 2025 14:33:38 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BAE72110280 for ; Wed, 13 Aug 2025 14:33:38 +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 57F533409C8 for ; Wed, 13 Aug 2025 14:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD67D3345 for ; Wed, 13 Aug 2025 14:33:36 +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: <1755094933.73ebca7508659ca8274aa2704f7947e2d13e14eb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/portalocker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/portalocker/portalocker-3.2.0.ebuild X-VCS-Directories: dev-python/portalocker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73ebca7508659ca8274aa2704f7947e2d13e14eb X-VCS-Branch: master Date: Wed, 13 Aug 2025 14:33:36 +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: 60d5e22a-64dc-4f19-8ba8-f3457d1e5c9b X-Archives-Hash: 973f54a960437b7376ac519f79a8fd2b commit: 73ebca7508659ca8274aa2704f7947e2d13e14eb Author: Michał Górny gentoo org> AuthorDate: Wed Aug 13 14:22:13 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 13 14:22:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ebca75 dev-python/portalocker: Use EPYTEST_PLUGINS Signed-off-by: Michał Górny gentoo.org> dev-python/portalocker/portalocker-3.2.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/portalocker/portalocker-3.2.0.ebuild b/dev-python/portalocker/portalocker-3.2.0.ebuild index 57aa5be8e1c1..acc37465a7cf 100644 --- a/dev-python/portalocker/portalocker-3.2.0.ebuild +++ b/dev-python/portalocker/portalocker-3.2.0.ebuild @@ -32,6 +32,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=( pytest-{rerunfailures,timeout} ) distutils_enable_tests pytest src_prepare() { @@ -41,11 +42,6 @@ src_prepare() { sed -i '/--cov/d' pyproject.toml || die } -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p rerunfailures -p timeout -} - pkg_postinst() { optfeature "redis support" dev-python/redis }