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 D1528138335 for ; Sat, 16 Nov 2019 10:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91D5DE0801; Sat, 16 Nov 2019 10:32:17 +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 7B0D5E0801 for ; Sat, 16 Nov 2019 10:32:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A098B34CEB2 for ; Sat, 16 Nov 2019 10:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E628C8B6 for ; Sat, 16 Nov 2019 10:32:13 +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: <1573900329.d6bdd73b871371ba5510b6c80e0d4d4338719314.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hypothesis/hypothesis-3.74.3.ebuild dev-python/hypothesis/hypothesis-4.15.0.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d6bdd73b871371ba5510b6c80e0d4d4338719314 X-VCS-Branch: master Date: Sat, 16 Nov 2019 10:32:13 +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: b9947753-4e16-4122-9de5-bf50351f7163 X-Archives-Hash: 69a3a5529c8856b9a07d1c6d33899b52 commit: d6bdd73b871371ba5510b6c80e0d4d4338719314 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 10:29:39 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 10:32:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6bdd73b dev-python/hypothesis: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-python/hypothesis/hypothesis-3.74.3.ebuild | 1 + dev-python/hypothesis/hypothesis-4.15.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/hypothesis/hypothesis-3.74.3.ebuild b/dev-python/hypothesis/hypothesis-3.74.3.ebuild index 46b85f42c78..26a6aa58bdd 100644 --- a/dev-python/hypothesis/hypothesis-3.74.3.ebuild +++ b/dev-python/hypothesis/hypothesis-3.74.3.ebuild @@ -16,6 +16,7 @@ LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=" >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}] diff --git a/dev-python/hypothesis/hypothesis-4.15.0.ebuild b/dev-python/hypothesis/hypothesis-4.15.0.ebuild index fea3d05494b..3b10a7ba271 100644 --- a/dev-python/hypothesis/hypothesis-4.15.0.ebuild +++ b/dev-python/hypothesis/hypothesis-4.15.0.ebuild @@ -16,6 +16,7 @@ LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=" >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}]