diff --git a/dev-python/selenium/selenium-4.30.0.ebuild b/dev-python/selenium/selenium-4.30.0.ebuild index 976059e528c85..28d456ca89676 100644 --- a/dev-python/selenium/selenium-4.30.0.ebuild +++ b/dev-python/selenium/selenium-4.30.0.ebuild @@ -94,7 +94,6 @@ python_test() { local -x PATH=${T}/bin:${PATH} local -x SE_MANAGER_PATH="$(type -P selenium-manager)" - local EPYTEST_XDIST=1 pytest_args+=( -p rerunfailures --reruns=5 diff --git a/dev-python/selenium/selenium-4.31.0.ebuild b/dev-python/selenium/selenium-4.31.0.ebuild index cb21492e1c1c4..f79ea914b6e0d 100644 --- a/dev-python/selenium/selenium-4.31.0.ebuild +++ b/dev-python/selenium/selenium-4.31.0.ebuild @@ -62,6 +62,7 @@ BDEPEND=" ) " +# xdist is causing random pytest crashes with high job numbers distutils_enable_tests pytest src_prepare() { @@ -94,7 +95,6 @@ python_test() { local -x PATH=${T}/bin:${PATH} local -x SE_MANAGER_PATH="$(type -P selenium-manager)" - local EPYTEST_XDIST=1 pytest_args+=( -p rerunfailures --reruns=5