dev-python/tempest-lib: Fix MissingTestRestrict

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>
This commit is contained in:
Michał Górny
2019-11-25 12:23:41 +01:00
parent c7568ff6cc
commit 68d750ee1c

View 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}]