projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c6357
)
dev-python/sphinx: Disable test_latex_remote_images due to network
author
Michał Górny
<mgorny@gentoo.org>
Thu, 12 Jul 2018 16:02:40 +0000
(18:02 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 12 Jul 2018 18:49:34 +0000
(20:49 +0200)
dev-python/sphinx/sphinx-1.7.5-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
index fc0dcb5a942395b346160346100075efcee20f92..b39431a75c07c8f40bdeb00cb1df9d1be4eb740a 100644
(file)
--- 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