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 5C51E158041 for ; Wed, 21 Feb 2024 08:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D23BE29C2; Wed, 21 Feb 2024 08:49:16 +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 494EBE29C2 for ; Wed, 21 Feb 2024 08:49:16 +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 4523234310B for ; Wed, 21 Feb 2024 08:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D94CAB2F for ; Wed, 21 Feb 2024 08:49:13 +0000 (UTC) From: "Daichi Yamamoto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daichi Yamamoto" Message-ID: <1708505320.ee5caaa5885e26cd48f7fd6abda5c9a77632880c.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rye/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rye/rye-0.25.0.ebuild X-VCS-Directories: dev-util/rye/ X-VCS-Committer: dev X-VCS-Committer-Name: Daichi Yamamoto X-VCS-Revision: ee5caaa5885e26cd48f7fd6abda5c9a77632880c X-VCS-Branch: dev Date: Wed, 21 Feb 2024 08:49:13 +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: 874cc865-c74d-4f73-ba9b-6b80adb11251 X-Archives-Hash: 101d0dd99d4457ff703e12da0539e11f commit: ee5caaa5885e26cd48f7fd6abda5c9a77632880c Author: Daichi Yamamoto dyama net> AuthorDate: Wed Feb 21 08:48:40 2024 +0000 Commit: Daichi Yamamoto dyama net> CommitDate: Wed Feb 21 08:48:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee5caaa5 dev-util/rye: fix tests Closes: https://bugs.gentoo.org/925134 Signed-off-by: Daichi Yamamoto dyama.net> dev-util/rye/rye-0.25.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/rye/rye-0.25.0.ebuild b/dev-util/rye/rye-0.25.0.ebuild index ccd289b08d..518a60f177 100644 --- a/dev-util/rye/rye-0.25.0.ebuild +++ b/dev-util/rye/rye-0.25.0.ebuild @@ -336,7 +336,10 @@ QA_FLAGS_IGNORED=".*" src_test() { local mytestargs=( - --skip utils::test_is_inside_git_work_tree::test_is_inside_git_work_tree_true + --skip test_is_inside_git_work_tree_true + --skip test_lint_and_format + --skip test_empty_sync + --skip test_add_and_sync ) cargo_src_test -- "${mytestargs[@]}"