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/pytest/
Date: Fri, 15 Nov 2019 12:13:52
Message-Id: 1573820023.c5a3546af338ceaa4181fc8bacf29ed7017a2ae1.mgorny@gentoo
1 commit: c5a3546af338ceaa4181fc8bacf29ed7017a2ae1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 11:43:28 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 12:13:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a3546a
7
8 dev-python/pytest: Add RESTRICT="!test? ( test )"
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest/pytest-3.10.1.ebuild | 1 +
13 dev-python/pytest/pytest-4.5.0.ebuild | 1 +
14 dev-python/pytest/pytest-5.0.1.ebuild | 1 +
15 3 files changed, 3 insertions(+)
16
17 diff --git a/dev-python/pytest/pytest-3.10.1.ebuild b/dev-python/pytest/pytest-3.10.1.ebuild
18 index 81d0bec926b..551cebba719 100644
19 --- a/dev-python/pytest/pytest-3.10.1.ebuild
20 +++ b/dev-python/pytest/pytest-3.10.1.ebuild
21 @@ -15,6 +15,7 @@ LICENSE="MIT"
22 SLOT="0"
23 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 IUSE="test"
25 +RESTRICT="!test? ( test )"
26
27 # When bumping, please check setup.py for the proper py version
28 PY_VER="1.5.0"
29
30 diff --git a/dev-python/pytest/pytest-4.5.0.ebuild b/dev-python/pytest/pytest-4.5.0.ebuild
31 index fbee5f5f537..16bcc98a725 100644
32 --- a/dev-python/pytest/pytest-4.5.0.ebuild
33 +++ b/dev-python/pytest/pytest-4.5.0.ebuild
34 @@ -15,6 +15,7 @@ LICENSE="MIT"
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
37 IUSE="test"
38 +RESTRICT="!test? ( test )"
39
40 # When bumping, please check setup.py for the proper py version
41 PY_VER="1.5.0"
42
43 diff --git a/dev-python/pytest/pytest-5.0.1.ebuild b/dev-python/pytest/pytest-5.0.1.ebuild
44 index b124d68a3a4..15641dad00a 100644
45 --- a/dev-python/pytest/pytest-5.0.1.ebuild
46 +++ b/dev-python/pytest/pytest-5.0.1.ebuild
47 @@ -15,6 +15,7 @@ LICENSE="MIT"
48 SLOT="0"
49 KEYWORDS="~amd64 ~x86"
50 IUSE="test"
51 +RESTRICT="!test? ( test )"
52
53 # When bumping, please check setup.py for the proper py version
54 PY_VER="1.5.0"