mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/selenium: Disable pytest-xdist
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user