mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user