commit: bdaafbca6f955c024e4be702508b14571046afbf
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Mon Nov 25 12:03:47 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 08:28:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdaafbca
dev-python/zope-testrunner: Fix MissingTestRestrict
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zope-testrunner/zope-testrunner-4.7.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/zope-testrunner/zope-testrunner-4.7.0.ebuild
b/dev-python/zope-testrunner/zope-testrunner-4.7.0.ebuild
index c0416dd54d6..f42adea0763 100644
--- a/dev-python/zope-testrunner/zope-testrunner-4.7.0.ebuild
+++ b/dev-python/zope-testrunner/zope-testrunner-4.7.0.ebuild
@@ -17,6 +17,7 @@ LICENSE="ZPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
# TODO: extras?
RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]