From: Michał Górny Date: Thu, 12 Jul 2018 15:33:49 +0000 (+0200) Subject: dev-python/sphinx: Disable test_theme_api due to fragility X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=27c6357e8da239117e053c45e378f93025742bc3;p=gentoo.git dev-python/sphinx: Disable test_theme_api due to fragility Disable test_theme_api as it fails whenever additional Sphinx themes are installed. --- diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild index 1b87b472641d..fc0dcb5a9423 100644 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild @@ -64,6 +64,9 @@ python_prepare_all() { rm tests/test_websupport.py || die "Failed to remove web tests" rm tests/test_build_linkcheck.py || die "Failed to remove web tests" + # fails when additional sphinx themes are installed + sed -i -e 's:test_theme_api:_&:' tests/test_theming.py || die + distutils-r1_python_prepare_all }