dev-python/sphinx: Disable test_theme_api due to fragility

Disable test_theme_api as it fails whenever additional Sphinx themes
are installed.
This commit is contained in:
Michał Górny
2018-07-12 17:33:49 +02:00
parent 7f0bc5352d
commit 27c6357e8d

View File

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