mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/tox: Use pytest-rerunfailures instead of flaky
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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=
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user