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=""