Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testtools/
Date: Mon, 02 Nov 2015 11:50:50
Message-Id: 1446464832.e953cd6f12a2cdb3d523a4286968d316b5206aa7.jlec@gentoo
1 commit: e953cd6f12a2cdb3d523a4286968d316b5206aa7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 17:34:52 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 11:47:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e953cd6f
7
8 dev-python/testtools: Restrict tests
9
10 Github: testing-cabal/testtools#156
11
12 Package-Manager: portage-2.2.23
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/testtools/testtools-1.8.0.ebuild | 5 ++++-
16 1 file changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/testtools/testtools-1.8.0.ebuild b/dev-python/testtools/testtools-1.8.0.ebuild
19 index 33679b9..20b8bf1 100644
20 --- a/dev-python/testtools/testtools-1.8.0.ebuild
21 +++ b/dev-python/testtools/testtools-1.8.0.ebuild
22 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
27 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
28 IUSE="doc test"
29
30 CDEPEND="
31 @@ -37,6 +37,9 @@ PATCHES=(
32 "${FILESDIR}"/${P}-twisted-backport2.patch
33 )
34
35 +# https://github.com/testing-cabal/testtools/issues/156
36 +RESTRICT=test
37 +
38 python_compile_all() {
39 use doc && emake -C doc html
40 }