From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A12F138334 for ; Thu, 12 Dec 2019 16:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19110E081B; Thu, 12 Dec 2019 16:46:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3B56E081B for ; Thu, 12 Dec 2019 16:46:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B95F534D969 for ; Thu, 12 Dec 2019 16:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C3F38D8 for ; Thu, 12 Dec 2019 16:46:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576168461.243c2aef2507cf3d35c6107d91734c5dd5f8dd63.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-nose/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-nose/django-nose-1.4.4.ebuild X-VCS-Directories: dev-python/django-nose/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 243c2aef2507cf3d35c6107d91734c5dd5f8dd63 X-VCS-Branch: master Date: Thu, 12 Dec 2019 16:46:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e06f4571-216a-4c1b-a831-afbc289e7b92 X-Archives-Hash: 5cd5bfe56f11905d086ca96e66997e9d commit: 243c2aef2507cf3d35c6107d91734c5dd5f8dd63 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 15:32:52 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 16:34:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243c2aef dev-python/django-nose: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-python/django-nose/django-nose-1.4.4.ebuild | 1 + 1 file changed, 1 insertion(+) 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 5ab78e8c81b..da15ae816ba 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