dev-python/selenium: Disable pytest-xdist

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-13 17:20:56 +02:00
parent 4712bdbbba
commit 65b9b19b41
2 changed files with 1 additions and 2 deletions

View File

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

View File

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