From: Michał Górny Date: Sat, 23 Nov 2019 08:32:11 +0000 (+0100) Subject: dev-python/pytest-forked: Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a8079e2b7625daccc11c62ac3a7647dae4ae86b2;p=gentoo.git dev-python/pytest-forked: Fix MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-forked/pytest-forked-0.2.ebuild b/dev-python/pytest-forked/pytest-forked-0.2.ebuild index 43df23f7050c..9114ab04e306 100644 --- a/dev-python/pytest-forked/pytest-forked-0.2.ebuild +++ b/dev-python/pytest-forked/pytest-forked-0.2.ebuild @@ -15,6 +15,7 @@ SLOT="0" LICENSE="MIT" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]"