summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-12 18:02:40 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-12 20:49:34 +0200
commite8061747c0d415d3bd314566c3a78a8f9dd22050 (patch)
tree8ef7fc1da9abc2715db98dfd5f6dc9189de58aaf /dev-python/sphinx/sphinx-1.7.5-r1.ebuild
parentdev-python/sphinx: Disable test_theme_api due to fragility (diff)
downloadgentoo-e8061747c0d415d3bd314566c3a78a8f9dd22050.tar.gz
gentoo-e8061747c0d415d3bd314566c3a78a8f9dd22050.tar.bz2
gentoo-e8061747c0d415d3bd314566c3a78a8f9dd22050.zip
dev-python/sphinx: Disable test_latex_remote_images due to network
Diffstat (limited to 'dev-python/sphinx/sphinx-1.7.5-r1.ebuild')
-rw-r--r--dev-python/sphinx/sphinx-1.7.5-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
index fc0dcb5a9423..b39431a75c07 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