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@gentoo.org>
This commit is contained in:
Michał Górny
2024-06-21 17:25:37 +02:00
parent 1c80883eea
commit be0d5b56fb

View File

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