projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f44a52e
)
dev-python/pytest-forked: Fix MissingTestRestrict
author
Michał Górny
<mgorny@gentoo.org>
Sat, 23 Nov 2019 08:32:11 +0000
(09:32 +0100)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/dev-python/pytest-forked/pytest-forked-0.2.ebuild
b/dev-python/pytest-forked/pytest-forked-0.2.ebuild
index 43df23f7050cfc4737cd59149d06b5c5c65df5e7..9114ab04e30675b4b3272d2c43bac1cd54dfda8a 100644
(file)
--- 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}]"