From d1dd273f7bb1c236a4e761484615587708d812a0 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 6 Oct 2021 17:24:35 -0400 Subject: [PATCH] dev-python/ci_info: tests broken as per upstream Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Horea Christian --- dev-python/ci_info/ChangeLog | 3 +++ dev-python/ci_info/ci_info-0.2.0.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/ci_info/ChangeLog b/dev-python/ci_info/ChangeLog index e603d92..d14216d 100644 --- a/dev-python/ci_info/ChangeLog +++ b/dev-python/ci_info/ChangeLog @@ -1,3 +1,6 @@ + 06 Oct 2021; ci_info-0.2.0.ebuild: + dev-python/ci_info: tests broken as per upstream + *ci_info-0.2.0 (06 Oct 2021) 06 Oct 2021; +ci_info-0.2.0.ebuild, +metadata.xml: diff --git a/dev-python/ci_info/ci_info-0.2.0.ebuild b/dev-python/ci_info/ci_info-0.2.0.ebuild index 094816b..a63fb0b 100644 --- a/dev-python/ci_info/ci_info-0.2.0.ebuild +++ b/dev-python/ci_info/ci_info-0.2.0.ebuild @@ -16,7 +16,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RESTRICT="!test? ( test )" +# Tests broken without specific CI environment: +# https://github.com/mgxd/ci-info/issues/7 +RESTRICT="test" DEPEND="" RDEPEND=""