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 84F0F158064 for ; Sun, 12 May 2024 13:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BB3BE2A8B; Sun, 12 May 2024 13:05:42 +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 2569BE2A8B for ; Sun, 12 May 2024 13:05:42 +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 0FF7F343090 for ; Sun, 12 May 2024 13:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A166A132F for ; Sun, 12 May 2024 13:05:39 +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: <1715519126.30cb331a0cb38935be60791dc5e217279fb663f3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cramjam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cramjam/cramjam-2.8.3.ebuild X-VCS-Directories: dev-python/cramjam/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 30cb331a0cb38935be60791dc5e217279fb663f3 X-VCS-Branch: master Date: Sun, 12 May 2024 13:05:39 +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: 1cc66015-7bbc-4fa3-8ae5-e6ca95755e0c X-Archives-Hash: 1e90eabac75d105dd23e0a89659da425 commit: 30cb331a0cb38935be60791dc5e217279fb663f3 Author: Michał Górny gentoo org> AuthorDate: Sun May 12 12:30:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 12 13:05:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cb331a dev-python/cramjam: Run cargo test as well Signed-off-by: Michał Górny gentoo.org> dev-python/cramjam/cramjam-2.8.3.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/cramjam/cramjam-2.8.3.ebuild b/dev-python/cramjam/cramjam-2.8.3.ebuild index f5ee8c61b442..9f8de85b5fb7 100644 --- a/dev-python/cramjam/cramjam-2.8.3.ebuild +++ b/dev-python/cramjam/cramjam-2.8.3.ebuild @@ -194,6 +194,14 @@ src_prepare() { distutils-r1_src_prepare } +src_test() { + pushd ../libcramjam >/dev/null || die + cargo_src_test + popd >/dev/null || die + + distutils-r1_src_test +} + python_test() { local EPYTEST_DESELECT=( # random health check failures