commit: 4d9b6f00d7a5f492afbaab660ec151d1dd3aca33 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Fri Jan 13 06:54:55 2023 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Fri Jan 13 06:54:55 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d9b6f00
dev-python/annexremote: restricted tests Signed-off-by: Horea Christian <chr <AT> chymera.eu> dev-python/annexremote/annexremote-1.5.0.ebuild | 3 +++ dev-python/annexremote/annexremote-1.6.0.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-python/annexremote/annexremote-1.5.0.ebuild b/dev-python/annexremote/annexremote-1.5.0.ebuild index e5a7b7cc3..90511a157 100644 --- a/dev-python/annexremote/annexremote-1.5.0.ebuild +++ b/dev-python/annexremote/annexremote-1.5.0.ebuild @@ -14,6 +14,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" +# Reported upstream: +# https://github.com/Lykos153/AnnexRemote/issues/61 +RESTRICT="test" COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]" RDEPEND=" diff --git a/dev-python/annexremote/annexremote-1.6.0.ebuild b/dev-python/annexremote/annexremote-1.6.0.ebuild index e5a7b7cc3..90511a157 100644 --- a/dev-python/annexremote/annexremote-1.6.0.ebuild +++ b/dev-python/annexremote/annexremote-1.6.0.ebuild @@ -14,6 +14,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" +# Reported upstream: +# https://github.com/Lykos153/AnnexRemote/issues/61 +RESTRICT="test" COMMON_DEPEND="dev-python/future[${PYTHON_USEDEP}]" RDEPEND="
