commit: e8061747c0d415d3bd314566c3a78a8f9dd22050
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 16:02:40 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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