commit: a1e5ca865fef55af886ef077db71ce90662f9acf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 15:38:28 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 15:39:26 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e5ca86
dev-python/dbus-next: Add reruns for flaky tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
index 09fca7f599e3..35eecc48247e 100644
--- a/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
+++ b/dev-python/dbus-next/dbus-next-0.2.3-r1.ebuild
@@ -48,6 +48,7 @@ EPYTEST_IGNORE=(
)
EPYTEST_PLUGINS=( pytest-{asyncio,timeout} )
+EPYTEST_RERUNS=5
distutils_enable_tests pytest
src_test() {