From 68d750ee1cf98925a720b4f631e00ebb47c4899d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 25 Nov 2019 12:23:41 +0100 Subject: [PATCH] dev-python/tempest-lib: Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/13757 Signed-off-by: Michał Górny --- dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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}] -- 2.26.2