mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-08 12:12:09 +01:00
eclass/python-utils-r1: Sync with Gentoo
It's from Gentoo commit ddda228a67a145f1baed788b5a605dc382ddc9a9. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
fa8dab383d
commit
61966db095
@ -1538,9 +1538,17 @@ epytest() {
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
args+=(
|
if has_version ">=dev-python/pytest-rerunfailures-16.1"; then
|
||||||
"--reruns=${EPYTEST_RERUNS}"
|
args+=(
|
||||||
)
|
# --reruns only adds N reruns for tests not marked for reruns
|
||||||
|
# --force-reruns overrides the rerun count for all tests
|
||||||
|
"--force-reruns=${EPYTEST_RERUNS}"
|
||||||
|
)
|
||||||
|
else
|
||||||
|
args+=(
|
||||||
|
"--reruns=${EPYTEST_RERUNS}"
|
||||||
|
)
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n ${EPYTEST_TIMEOUT} ]]; then
|
if [[ -n ${EPYTEST_TIMEOUT} ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user