diff options
-rw-r--r-- | dev-python/pytest-forked/pytest-forked-0.2.ebuild | 1 |
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}]" |