commit: be0d5b56fb2d9d84ea2900f42b8dd669d87bae02 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 21 15:25:37 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 21 16:59:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0d5b56
dev-python/selenium: Remove prebuilt selenium-manager Closes: https://bugs.gentoo.org/934646 Closes: https://bugs.gentoo.org/934647 Closes: https://bugs.gentoo.org/934648 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/selenium/selenium-4.22.0-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/selenium/selenium-4.22.0-r1.ebuild b/dev-python/selenium/selenium-4.22.0-r1.ebuild index 9a743e2e46f4..5127fc40c565 100644 --- a/dev-python/selenium/selenium-4.22.0-r1.ebuild +++ b/dev-python/selenium/selenium-4.22.0-r1.ebuild @@ -50,6 +50,12 @@ BDEPEND=" distutils_enable_tests pytest +src_prepare() { + distutils-r1_src_prepare + + find -name selenium-manager -delete || die +} + python_test() { if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then einfo "Skipping tests on ${EPYTHON}"
