summaryrefslogtreecommitdiff
path: root/dev-python/selenium
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-13 18:55:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-13 18:55:58 +0000
commitc0c2cbeb1d7b50dcb1988ee42703936629ecfb32 (patch)
tree04448bfad625d0c01d27264baf612cacd517eaeb /dev-python/selenium
parentaed56da4e80324e823631d72c418ae0fcda86ca5 (diff)
downloadbaldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.tar.gz
baldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.tar.xz
baldeagleos-repo-c0c2cbeb1d7b50dcb1988ee42703936629ecfb32.zip
Adding metadata
Diffstat (limited to 'dev-python/selenium')
-rw-r--r--dev-python/selenium/selenium-4.30.0.ebuild3
-rw-r--r--dev-python/selenium/selenium-4.31.0.ebuild2
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/selenium/selenium-4.30.0.ebuild b/dev-python/selenium/selenium-4.30.0.ebuild
index 146eea278e87..36d4b07cf992 100644
--- a/dev-python/selenium/selenium-4.30.0.ebuild
+++ b/dev-python/selenium/selenium-4.30.0.ebuild
@@ -29,7 +29,7 @@ SRC_URI+="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="test-rust"
RDEPEND="
@@ -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 09d4a45d7344..7dc5620f6c9c 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