summaryrefslogtreecommitdiff
path: root/dev-python/doit/doit-0.36.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-12 19:33:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-12 19:33:50 +0100
commitad4a5451f677f33e2de05548b45fb92a8b3d04da (patch)
tree807636cd1996ad3cbc1c745670820af086688978 /dev-python/doit/doit-0.36.0.ebuild
parente4b9f141e31db1e069e3bcf5b1fb81af77b0cace (diff)
gentoo auto-resync : 12:07:2022 - 19:33:50
Diffstat (limited to 'dev-python/doit/doit-0.36.0.ebuild')
-rw-r--r--dev-python/doit/doit-0.36.0.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/doit/doit-0.36.0.ebuild b/dev-python/doit/doit-0.36.0.ebuild
index 689baad9e7a2..a4f3e2c3c9d9 100644
--- a/dev-python/doit/doit-0.36.0.ebuild
+++ b/dev-python/doit/doit-0.36.0.ebuild
@@ -39,12 +39,18 @@ distutils_enable_sphinx doc \
EPYTEST_DESELECT=(
# test failing due to impact on PATH run in a sandbox
+ tests/test_cmd_strace.py::TestCmdStrace::test_dep # #836164
tests/test_cmd_strace.py::TestCmdStrace::test_target
)
src_prepare() {
# Replace custom theme with builtin for documentation
sed -e '/html_theme/s/press/sphinx_rtd_theme/' -i doc/conf.py || die
+ # Remove non-exist modules for doc generation (#832754)
+ sed \
+ -e '/sphinx_sitemap/d' \
+ -e '/sphinx_reredirects/d' \
+ -i doc/conf.py || die
distutils-r1_src_prepare
}