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 B0CEC15803E for ; Thu, 4 Jan 2024 17:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6EF82BC05B; Thu, 4 Jan 2024 17:09:48 +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 4B6492BC058 for ; Thu, 4 Jan 2024 17:09:48 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 4/5] dev-python/trimesh: Use EPYTEST_TIMEOUT Date: Thu, 4 Jan 2024 18:09:33 +0100 Message-ID: <20240104170934.106565-4-mgorny@gentoo.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240104170934.106565-1-mgorny@gentoo.org> References: <20240104170934.106565-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: a05a69b3-0321-4f5f-8f16-bfecb68b6db6 X-Archives-Hash: 3b4fa21eebec77bf9b866219cd0d4d87 Signed-off-by: Michał Górny --- dev-python/trimesh/trimesh-4.0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/trimesh/trimesh-4.0.8.ebuild b/dev-python/trimesh/trimesh-4.0.8.ebuild index 4a40c4a6730c..f666016b6084 100644 --- a/dev-python/trimesh/trimesh-4.0.8.ebuild +++ b/dev-python/trimesh/trimesh-4.0.8.ebuild @@ -46,16 +46,16 @@ RDEPEND=" BDEPEND=" test? ( dev-python/mapbox_earcut[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] ) " +EPYTEST_TIMEOUT=900 EPYTEST_XDIST=1 distutils_enable_tests pytest python_test() { local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p timeout --timeout=900 + epytest } pkg_postinst() { -- 2.43.0