From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E1D0138334 for ; Thu, 12 Jul 2018 18:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E388DE092E; Thu, 12 Jul 2018 18:49:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8658E092E for ; Thu, 12 Jul 2018 18:49:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7211335CE0 for ; Thu, 12 Jul 2018 18:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3696A364 for ; Thu, 12 Jul 2018 18:49:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1531421374.e8061747c0d415d3bd314566c3a78a8f9dd22050.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-1.7.5-r1.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8061747c0d415d3bd314566c3a78a8f9dd22050 X-VCS-Branch: master Date: Thu, 12 Jul 2018 18:49:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 34dffbf1-ef88-4f72-8211-31adcad02979 X-Archives-Hash: 7f7aaa8189dd366fb58cba9d3948cc37 commit: e8061747c0d415d3bd314566c3a78a8f9dd22050 Author: Michał Górny gentoo org> AuthorDate: Thu Jul 12 16:02:40 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 12 18:49:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8061747 dev-python/sphinx: Disable test_latex_remote_images due to network dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild index fc0dcb5a942..b39431a75c0 100644 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild @@ -63,6 +63,7 @@ python_prepare_all() { # remove tests that fail due to network-sandbox rm tests/test_websupport.py || die "Failed to remove web tests" rm tests/test_build_linkcheck.py || die "Failed to remove web tests" + sed -i -e 's:test_latex_remote_images:_&:' tests/test_build_latex.py || die # fails when additional sphinx themes are installed sed -i -e 's:test_theme_api:_&:' tests/test_theming.py || die