From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1543640-garchives=archives.gentoo.org@lists.gentoo.org> 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 1DF1915800A for <garchives@archives.gentoo.org>; Sat, 5 Aug 2023 12:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 683EA2BC016; Sat, 5 Aug 2023 12:31:44 +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 4D47D2BC016 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Aug 2023 12:31:44 +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 275EA335D2B for <gentoo-commits@lists.gentoo.org>; Sat, 5 Aug 2023 12:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86581ECF for <gentoo-commits@lists.gentoo.org>; Sat, 5 Aug 2023 12:31:41 +0000 (UTC) From: "Cédric Krier" <cedk@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" <cedk@gentoo.org> Message-ID: <1691238698.8f60f9ca25cedc5ba48c06609629f510e3e6a3cc.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-6.5.ebuild dev-vcs/mercurial/mercurial-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: 8f60f9ca25cedc5ba48c06609629f510e3e6a3cc X-VCS-Branch: master Date: Sat, 5 Aug 2023 12:31:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a680d25f-3e7b-4c6c-82cf-bdc1044e9d29 X-Archives-Hash: aa6b5211fefb04ca24b7af303ec40431 commit: 8f60f9ca25cedc5ba48c06609629f510e3e6a3cc Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Sat Aug 5 12:30:44 2023 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Sat Aug 5 12:31:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f60f9ca dev-vcs/mercurial: activate tests for Python 3.10 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org> dev-vcs/mercurial/mercurial-6.5.ebuild | 4 ---- dev-vcs/mercurial/mercurial-9999.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-6.5.ebuild b/dev-vcs/mercurial/mercurial-6.5.ebuild index b2484b4b0aa3..10706551f157 100644 --- a/dev-vcs/mercurial/mercurial-6.5.ebuild +++ b/dev-vcs/mercurial/mercurial-6.5.ebuild @@ -323,10 +323,6 @@ src_test() { } python_test() { - if [[ ${EPYTHON} == python3.10 ]]; then - einfo "Skipping tests for unsupported Python 3.10" - return - fi cd tests || die PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py \ --jobs $(makeopts_jobs) \ diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 08e01f60fd0b..73929298674e 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -173,10 +173,6 @@ src_test() { } python_test() { - if [[ ${EPYTHON} == python3.10 ]]; then - einfo "Skipping tests for unsupported Python 3.10" - return - fi cd tests || die PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py \ --jobs $(makeopts_jobs) \