dev-python/tempest-lib: Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 Nov 2019 11:23:41 +0000 (12:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 Nov 2019 12:34:53 +0000 (13:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13757
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tempest-lib/tempest-lib-1.0.0-r1.ebuild

index afc3e7401935a2396cc4f43e149213eb314c443d..f4bd9a7b00c4f59d5c738084bced869cb93d3a45 100644 (file)
@@ -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}]