From a8079e2b7625daccc11c62ac3a7647dae4ae86b2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 23 Nov 2019 09:32:11 +0100 Subject: dev-python/pytest-forked: Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-forked/pytest-forked-0.2.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python/pytest-forked') 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}]" -- cgit v1.2.3-65-gdbad