Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/
Date: Thu, 28 Jun 2018 19:18:40
Message-Id: 1530213471.bc5f4570ffcc1ac6381a360a39043e4fd1344ad5.pacho@gentoo
1 commit: bc5f4570ffcc1ac6381a360a39043e4fd1344ad5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 19:03:39 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 19:17:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f4570
7
8 dev-python/bpython: Restrict tests (#659110)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-python/bpython/bpython-0.17.1.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-python/bpython/bpython-0.17.1.ebuild b/dev-python/bpython/bpython-0.17.1.ebuild
16 index 5c37145681c..23becd4d81d 100644
17 --- a/dev-python/bpython/bpython-0.17.1.ebuild
18 +++ b/dev-python/bpython/bpython-0.17.1.ebuild
19 @@ -36,6 +36,8 @@ DOCS=( AUTHORS CHANGELOG sample.theme light.theme )
20 # Req'd for clean build by each impl
21 DISTUTILS_IN_SOURCE_BUILD=1
22
23 +RESTRICT="test" #659110
24 +
25 python_compile_all() {
26 if use doc; then
27 sphinx-build -b html -c doc/sphinx/source/ \