dev-python/pytest-forked: Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 Nov 2019 08:32:11 +0000 (09:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 Nov 2019 10:35:47 +0000 (11:35 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-forked/pytest-forked-0.2.ebuild

index 43df23f7050cfc4737cd59149d06b5c5c65df5e7..9114ab04e30675b4b3272d2c43bac1cd54dfda8a 100644 (file)
@@ -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}]"