mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user