summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-01-01 15:22:08 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-01-01 16:15:02 +0000
commita926e531aa95b505b2fe92a8d40833272cc0f96f (patch)
tree568265819d76181c48c34aee94671627f905356b
parentmedia-libs/mlt: add missing USE dependency (diff)
downloadgentoo-a926e531aa95b505b2fe92a8d40833272cc0f96f.tar.gz
gentoo-a926e531aa95b505b2fe92a8d40833272cc0f96f.tar.bz2
gentoo-a926e531aa95b505b2fe92a8d40833272cc0f96f.zip
dev-python/python-yadis: Disable tests altogether. Fixes bug 430092.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--dev-python/python-yadis/python-yadis-1.1.0-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
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
index a914353dae7f..4dfe83fa9e4e 100644
--- a/dev-python/python-yadis/python-yadis-1.1.0-r2.ebuild
+++ b/dev-python/python-yadis/python-yadis-1.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -25,6 +25,9 @@ DEPEND="${RDEPEND}
# Fix broken test
PATCHES=( "${FILESDIR}/${P}-gentoo-test.patch" )
+# Tests are broken.
+RESTRICT='test'
+
python_test() {
./admin/runtests
einfo "The pyflake output about XML* redefinitions can be safely ignored"