commit: 6ae704d20ec8a0bac6662a527c909a56d36de8af Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Jun 18 15:30:26 2024 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 15:30:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae704d2
app-admin/github-backup-utils: The tests are meant to be run in an isolated environment, so restrict them. This also removes the need for python. Closes: https://bugs.gentoo.org/796815 Closes: https://bugs.gentoo.org/929273 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild b/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild index 597d9e1bd00f..04bd0f28dfae 100644 --- a/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild +++ b/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) -inherit python-any-r1 +# PYTHON_COMPAT=( python3_{10..12} ) +# inherit python-any-r1 DESCRIPTION="Backup and recovery utilities for GitHub Enterprise" HOMEPAGE="https://github.com/github/backup-utils" @@ -14,8 +14,9 @@ S=${WORKDIR}/${PN}-v${PV} LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" + +# tests restricted due to bug #796815 +RESTRICT="test" # moreutils parallel is now used for speedups in main code: # https://github.com/github/backup-utils/pull/635
