From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1354354-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 734A6158086 for <garchives@archives.gentoo.org>; Sat, 1 Jan 2022 16:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23F082BC01E; Sat, 1 Jan 2022 16:49:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 37EFC2BC01C for <gentoo-commits@lists.gentoo.org>; Sat, 1 Jan 2022 16:49:52 +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 12AD2342EAA for <gentoo-commits@lists.gentoo.org>; Sat, 1 Jan 2022 16:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C7E0219 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Jan 2022 16:49:48 +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: <1641055778.96b16eadab0eacfc1f7954bc9357a10450f8a213.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-5.8.1.ebuild dev-vcs/mercurial/mercurial-5.8.ebuild dev-vcs/mercurial/mercurial-5.9.3.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: 96b16eadab0eacfc1f7954bc9357a10450f8a213 X-VCS-Branch: master Date: Sat, 1 Jan 2022 16:49:48 +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: 1d441d58-47eb-4033-bdd7-9c03e2504a3e X-Archives-Hash: 98874a1f8139d65415d127510cef676e commit: 96b16eadab0eacfc1f7954bc9357a10450f8a213 Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Sat Jan 1 13:49:02 2022 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Sat Jan 1 16:49:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b16ead dev-vcs/mercurial: Disable python warning on test Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org> dev-vcs/mercurial/mercurial-5.8.1.ebuild | 4 ++-- dev-vcs/mercurial/mercurial-5.8.ebuild | 4 ++-- dev-vcs/mercurial/mercurial-5.9.3.ebuild | 4 ++-- dev-vcs/mercurial/mercurial-9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-5.8.1.ebuild b/dev-vcs/mercurial/mercurial-5.8.1.ebuild index bed3532e284f..b0dd6d923ed1 100644 --- a/dev-vcs/mercurial/mercurial-5.8.1.ebuild +++ b/dev-vcs/mercurial/mercurial-5.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -295,7 +295,7 @@ python_test() { distutils_install_for_testing cd tests || die - "${PYTHON}" run-tests.py \ + PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py \ --jobs $(makeopts_jobs) \ --timeout 0 \ || die "Tests fail with ${EPYTHON}" diff --git a/dev-vcs/mercurial/mercurial-5.8.ebuild b/dev-vcs/mercurial/mercurial-5.8.ebuild index 4ba1088ae8c0..baafc45334e3 100644 --- a/dev-vcs/mercurial/mercurial-5.8.ebuild +++ b/dev-vcs/mercurial/mercurial-5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -290,7 +290,7 @@ python_test() { rm -rf "${TMPDIR}"/test distutils_install_for_testing cd tests || die - "${PYTHON}" run-tests.py --verbose \ + PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py --verbose \ --tmpdir="${TMPDIR}"/test \ --with-hg="${TEST_DIR}"/scripts/hg \ || die "Tests fail with ${EPYTHON}" diff --git a/dev-vcs/mercurial/mercurial-5.9.3.ebuild b/dev-vcs/mercurial/mercurial-5.9.3.ebuild index 3f1017f98f7f..018cd801cb82 100644 --- a/dev-vcs/mercurial/mercurial-5.9.3.ebuild +++ b/dev-vcs/mercurial/mercurial-5.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -287,7 +287,7 @@ python_test() { distutils_install_for_testing cd tests || die - "${PYTHON}" run-tests.py \ + PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py \ --jobs $(makeopts_jobs) \ --timeout 0 \ || die "Tests fail with ${EPYTHON}" diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 5d9e3029059d..9c278c75e372 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -168,7 +168,7 @@ python_test() { distutils_install_for_testing cd tests || die - "${PYTHON}" run-tests.py \ + PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py \ --jobs $(makeopts_jobs) \ --timeout 0 \ || die "Tests fail with ${EPYTHON}"