commit: eb6b90765baf0e5b3d8ba23cee2b5f6fb19c7bf4
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 11:14:33 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 11:19:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6b9076
dev-python/pdoc3: deselect broken test
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-python/pdoc3/pdoc3-0.11.2.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/pdoc3/pdoc3-0.11.2.ebuild
b/dev-python/pdoc3/pdoc3-0.11.2.ebuild
index de7e59750db0..cb7da07c2e06 100644
--- a/dev-python/pdoc3/pdoc3-0.11.2.ebuild
+++ b/dev-python/pdoc3/pdoc3-0.11.2.ebuild
@@ -27,6 +27,10 @@ python_prepare_all() {
-e "/setuptools_git/d" \
-e "/setuptools_scm/d" \
setup.py || die
+
+ sed -i \
+ -e 's:test_lunr_search:_&:' \
+ pdoc/test/__init__.py || die
}
distutils_enable_tests unittest