From: Michał Górny Date: Mon, 25 Nov 2019 11:23:41 +0000 (+0100) Subject: dev-python/tempest-lib: Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=68d750ee1cf98925a720b4f631e00ebb47c4899d;p=gentoo.git dev-python/tempest-lib: Fix MissingTestRestrict Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/13757 Signed-off-by: Michał Górny --- diff --git a/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild index afc3e7401935..f4bd9a7b00c4 100644 --- a/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild +++ b/dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=" >=dev-python/pbr-1.6[${PYTHON_USEDEP}]