commit: 65b9b19b413c2d5b391fd14d9f16663d8ae5c797
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 15:20:56 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 13 15:22:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b9b19b
dev-python/selenium: Disable pytest-xdist
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/selenium/selenium-4.30.0.ebuild | 1 -
dev-python/selenium/selenium-4.31.0.ebuild | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/selenium/selenium-4.30.0.ebuild
b/dev-python/selenium/selenium-4.30.0.ebuild
index 976059e528c8..28d456ca8967 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 cb21492e1c1c..f79ea914b6e0 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