dev-python/sphinx: Disable test_latex_remote_images due to network

This commit is contained in:
Michał Górny
2018-07-12 18:02:40 +02:00
parent 27c6357e8d
commit e8061747c0

View File

@@ -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