dev-python/tox: Use pytest-rerunfailures instead of flaky

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-07-21 18:35:07 +02:00
parent 1ebfa1188c
commit 3edcfe9147

View File

@@ -43,7 +43,7 @@ BDEPEND="
)
"
EPYTEST_PLUGINS=( flaky pytest-{mock,xdist} )
EPYTEST_PLUGINS=( pytest-{mock,rerunfailures,xdist} )
distutils_enable_tests pytest
src_prepare() {
@@ -85,5 +85,5 @@ python_test() {
;;
esac
epytest
epytest -o addopts=
}