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 E304F158064 for ; Sun, 12 May 2024 12:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8346E2ABC; Sun, 12 May 2024 12:25:55 +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 9CF6CE2ABC for ; Sun, 12 May 2024 12:25:55 +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 8BCB3335DC3 for ; Sun, 12 May 2024 12:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC81B1AA2 for ; Sun, 12 May 2024 12:25:52 +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: <1715516747.b3f0e2740a07c569ef126f2e2e71ead5f0a8b9d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject-fmt-rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild X-VCS-Directories: dev-python/pyproject-fmt-rust/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b3f0e2740a07c569ef126f2e2e71ead5f0a8b9d9 X-VCS-Branch: master Date: Sun, 12 May 2024 12:25:52 +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: 696a0f75-0d53-4127-be54-c5eb41c8e176 X-Archives-Hash: 9077b67a249d27f8a85b9ba51c1e28ab commit: b3f0e2740a07c569ef126f2e2e71ead5f0a8b9d9 Author: Michał Górny gentoo org> AuthorDate: Sun May 12 12:13:14 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 12 12:25:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f0e274 dev-python/pyproject-fmt-rust: Run cargo_src_test in python_test_all Run Cargo tests in python_test_all phase, to ensure that it uses one of the Python implementation in PYTHON_COMPAT. That said, the tests don't seem to really use Python, so we don't need to run them multiple times. Signed-off-by: Michał Górny gentoo.org> dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild b/dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild index f1aeeb1f08d4..80feabbfecf7 100644 --- a/dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild +++ b/dev-python/pyproject-fmt-rust/pyproject-fmt-rust-1.0.4.ebuild @@ -154,7 +154,6 @@ src_prepare() { distutils-r1_src_prepare } -src_test() { +python_test_all() { cargo_src_test - distutils-r1_src_test }