summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2024-06-18 10:30:26 -0500
committerWilliam Hubbs <williamh@gentoo.org>2024-06-18 10:30:26 -0500
commit6ae704d20ec8a0bac6662a527c909a56d36de8af (patch)
tree45f208773cfd96ba35f9c12c73edb7c3f866738b /app-admin
parentapp-admin/github-backup-utils: drop 3.0.0, 3.3.2, 3.5.0, 3.8.0 (diff)
downloadgentoo-6ae704d20ec8a0bac6662a527c909a56d36de8af.tar.gz
gentoo-6ae704d20ec8a0bac6662a527c909a56d36de8af.tar.bz2
gentoo-6ae704d20ec8a0bac6662a527c909a56d36de8af.zip
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@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild9
1 files 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