summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-23 09:32:11 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-23 11:35:47 +0100
commita8079e2b7625daccc11c62ac3a7647dae4ae86b2 (patch)
tree8a90f6f521449656fe090b423c3d587e963c0ecd /dev-python/pytest-forked
parentdev-util/drone: Drop to maintainer-needed (diff)
downloadgentoo-a8079e2b7625daccc11c62ac3a7647dae4ae86b2.tar.gz
gentoo-a8079e2b7625daccc11c62ac3a7647dae4ae86b2.tar.bz2
gentoo-a8079e2b7625daccc11c62ac3a7647dae4ae86b2.zip
dev-python/pytest-forked: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-forked')
-rw-r--r--dev-python/pytest-forked/pytest-forked-0.2.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]"