Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Sat, 16 Nov 2019 10:32:18
Message-Id: 1573900329.d6bdd73b871371ba5510b6c80e0d4d4338719314.mgorny@gentoo
1 commit: d6bdd73b871371ba5510b6c80e0d4d4338719314
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 10:29:39 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 10:32:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6bdd73b
7
8 dev-python/hypothesis: Fix remaining MissingTestRestrict
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/hypothesis/hypothesis-3.74.3.ebuild | 1 +
13 dev-python/hypothesis/hypothesis-4.15.0.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/dev-python/hypothesis/hypothesis-3.74.3.ebuild b/dev-python/hypothesis/hypothesis-3.74.3.ebuild
17 index 46b85f42c78..26a6aa58bdd 100644
18 --- a/dev-python/hypothesis/hypothesis-3.74.3.ebuild
19 +++ b/dev-python/hypothesis/hypothesis-3.74.3.ebuild
20 @@ -16,6 +16,7 @@ LICENSE="MPL-2.0"
21 SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
23 IUSE="test"
24 +RESTRICT="!test? ( test )"
25
26 CDEPEND="
27 >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}]
28
29 diff --git a/dev-python/hypothesis/hypothesis-4.15.0.ebuild b/dev-python/hypothesis/hypothesis-4.15.0.ebuild
30 index fea3d05494b..3b10a7ba271 100644
31 --- a/dev-python/hypothesis/hypothesis-4.15.0.ebuild
32 +++ b/dev-python/hypothesis/hypothesis-4.15.0.ebuild
33 @@ -16,6 +16,7 @@ LICENSE="MPL-2.0"
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
36 IUSE="test"
37 +RESTRICT="!test? ( test )"
38
39 CDEPEND="
40 >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}]