commit: a8079e2b7625daccc11c62ac3a7647dae4ae86b2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 08:32:11 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 10:35:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8079e2b
dev-python/pytest-forked: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-forked/pytest-forked-0.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pytest-forked/pytest-forked-0.2.ebuild
b/dev-python/pytest-forked/pytest-forked-0.2.ebuild
index 43df23f7050..9114ab04e30 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}]"