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 E7330158020 for ; Tue, 1 Nov 2022 08:46:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41140E0BAA; Tue, 1 Nov 2022 08:46:41 +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 232C8E0BAA for ; Tue, 1 Nov 2022 08:46:41 +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 0FA7834110D for ; Tue, 1 Nov 2022 08:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B76C55B for ; Tue, 1 Nov 2022 08:46:38 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1667292391.c163d0c00ff827659b9adeca0e422270aa03d7fc.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgmatic/borgmatic-1.7.4.ebuild X-VCS-Directories: app-backup/borgmatic/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c163d0c00ff827659b9adeca0e422270aa03d7fc X-VCS-Branch: master Date: Tue, 1 Nov 2022 08:46:38 +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: 5ca2e6a0-9668-4568-9fe9-adb116ee56b2 X-Archives-Hash: e05fba0e2a11d887475955088838c16a commit: c163d0c00ff827659b9adeca0e422270aa03d7fc Author: Marek Szuba gentoo org> AuthorDate: Tue Nov 1 08:41:13 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Nov 1 08:46:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c163d0c0 app-backup/borgmatic: deselect test_borgmatic_version_matches_news_version again While it does run now that we use PEP-517 mode and passes fine for me, CI complains about it. Given this test is effectively a reminder for the developers to keep the news file up to date, just leave it out. Closes: https://bugs.gentoo.org/877845 Signed-off-by: Marek Szuba gentoo.org> app-backup/borgmatic/borgmatic-1.7.4.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-backup/borgmatic/borgmatic-1.7.4.ebuild b/app-backup/borgmatic/borgmatic-1.7.4.ebuild index a792f9e40a67..4abc7d54fab9 100644 --- a/app-backup/borgmatic/borgmatic-1.7.4.ebuild +++ b/app-backup/borgmatic/borgmatic-1.7.4.ebuild @@ -38,6 +38,12 @@ PATCHES=( "${FILESDIR}"/${PN}-1.7.3-systemd_service_bin_path.patch ) +# A fragile test whose only purpose is to make sure the NEWS file +# has been updated for the current version. +EPYTEST_DESELECT=( + tests/integration/commands/test_borgmatic.py::test_borgmatic_version_matches_news_version +) + distutils_enable_tests pytest src_install() {