Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-yadis/
Date: Fri, 01 Jan 2016 16:16:06
Message-Id: 1451664902.a926e531aa95b505b2fe92a8d40833272cc0f96f.monsieurp@gentoo
1 commit: a926e531aa95b505b2fe92a8d40833272cc0f96f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 15:22:08 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 16:15:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a926e531
7
8 dev-python/python-yadis: Disable tests altogether. Fixes bug 430092.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-python/python-yadis/python-yadis-1.1.0-r2.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-yadis/python-yadis-1.1.0-r2.ebuild b/dev-python/python-yadis/python-yadis-1.1.0-r2.ebuild
17 index a914353..4dfe83f 100644
18 --- a/dev-python/python-yadis/python-yadis-1.1.0-r2.ebuild
19 +++ b/dev-python/python-yadis/python-yadis-1.1.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -25,6 +25,9 @@ DEPEND="${RDEPEND}
27 # Fix broken test
28 PATCHES=( "${FILESDIR}/${P}-gentoo-test.patch" )
29
30 +# Tests are broken.
31 +RESTRICT='test'
32 +
33 python_test() {
34 ./admin/runtests
35 einfo "The pyflake output about XML* redefinitions can be safely ignored"