From: Michał Górny Date: Thu, 12 Dec 2019 15:32:52 +0000 (+0100) Subject: dev-python/django-nose: [QA] Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=243c2aef2507cf3d35c6107d91734c5dd5f8dd63;p=gentoo.git dev-python/django-nose: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/dev-python/django-nose/django-nose-1.4.4.ebuild b/dev-python/django-nose/django-nose-1.4.4.ebuild index 5ab78e8c81be..da15ae816bad 100644 --- a/dev-python/django-nose/django-nose-1.4.4.ebuild +++ b/dev-python/django-nose/django-nose-1.4.4.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" #RESTRICT="test" # The testsuite currently broken See notes below