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 CE05B158083 for ; Fri, 6 Sep 2024 16:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 197C9E2A52; Fri, 6 Sep 2024 16:47: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 F3C83E2A52 for ; Fri, 6 Sep 2024 16:47: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A46734068A for ; Fri, 6 Sep 2024 16:47:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABC6EF9E for ; Fri, 6 Sep 2024 16:47: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: <1725641234.7c4e01b50d5f8c999a9c041fc00e37c0229c06ee.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.4_rc3.ebuild X-VCS-Directories: dev-python/cramjam/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7c4e01b50d5f8c999a9c041fc00e37c0229c06ee X-VCS-Branch: master Date: Fri, 6 Sep 2024 16:47: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: 3c488860-20ce-4c0c-8060-7153ff3495ad X-Archives-Hash: 5fa940f1351eb5503fe76022c3dc1db2 commit: 7c4e01b50d5f8c999a9c041fc00e37c0229c06ee Author: Michał Górny gentoo org> AuthorDate: Fri Sep 6 16:44:18 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 6 16:47:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4e01b5 dev-python/cramjam: Remove obsolete cargo_src_test call Upstream moved the Rust crate tests to its own package. Signed-off-by: Michał Górny gentoo.org> dev-python/cramjam/cramjam-2.8.4_rc3.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/cramjam/cramjam-2.8.4_rc3.ebuild b/dev-python/cramjam/cramjam-2.8.4_rc3.ebuild index bfc9ff527bff..682c6159f6fc 100644 --- a/dev-python/cramjam/cramjam-2.8.4_rc3.ebuild +++ b/dev-python/cramjam/cramjam-2.8.4_rc3.ebuild @@ -190,12 +190,6 @@ src_prepare() { DISTUTILS_ARGS=( --features=use-system-blosc2 ) - ECARGO_ARGS=( "${DISTUTILS_ARGS[@]}" ) -} - -src_test() { - cargo_src_test - distutils-r1_src_test } python_test() {