Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/
Date: Tue, 01 Nov 2022 08:46:41
Message-Id: 1667292391.c163d0c00ff827659b9adeca0e422270aa03d7fc.marecki@gentoo
1 commit: c163d0c00ff827659b9adeca0e422270aa03d7fc
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 08:41:13 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 08:46:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c163d0c0
7
8 app-backup/borgmatic: deselect test_borgmatic_version_matches_news_version again
9
10 While it does run now that we use PEP-517 mode and passes fine for me,
11 CI complains about it. Given this test is effectively a reminder for the
12 developers to keep the news file up to date, just leave it out.
13
14 Closes: https://bugs.gentoo.org/877845
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 app-backup/borgmatic/borgmatic-1.7.4.ebuild | 6 ++++++
18 1 file changed, 6 insertions(+)
19
20 diff --git a/app-backup/borgmatic/borgmatic-1.7.4.ebuild b/app-backup/borgmatic/borgmatic-1.7.4.ebuild
21 index a792f9e40a67..4abc7d54fab9 100644
22 --- a/app-backup/borgmatic/borgmatic-1.7.4.ebuild
23 +++ b/app-backup/borgmatic/borgmatic-1.7.4.ebuild
24 @@ -38,6 +38,12 @@ PATCHES=(
25 "${FILESDIR}"/${PN}-1.7.3-systemd_service_bin_path.patch
26 )
27
28 +# A fragile test whose only purpose is to make sure the NEWS file
29 +# has been updated for the current version.
30 +EPYTEST_DESELECT=(
31 + tests/integration/commands/test_borgmatic.py::test_borgmatic_version_matches_news_version
32 +)
33 +
34 distutils_enable_tests pytest
35
36 src_install() {