diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-11-01 08:41:13 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-11-01 08:46:31 +0000 |
commit | c163d0c00ff827659b9adeca0e422270aa03d7fc (patch) | |
tree | f5dec8234d2fa9aa3edb00e5c8021a50af341372 /app-backup/borgmatic | |
parent | sys-apps/etckeeper: Stabilize 1.18.18 x86, #878967 (diff) | |
download | gentoo-c163d0c00ff827659b9adeca0e422270aa03d7fc.tar.gz gentoo-c163d0c00ff827659b9adeca0e422270aa03d7fc.tar.bz2 gentoo-c163d0c00ff827659b9adeca0e422270aa03d7fc.zip |
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 <marecki@gentoo.org>
Diffstat (limited to 'app-backup/borgmatic')
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.7.4.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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() { |