From 66d3380edbcc09a379226692ed8830157b66aa48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Thu, 11 Jan 2024 17:39:51 +0100 Subject: [PATCH] chore: Re-enable test reruns --- config/pytest.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/pytest.ini b/config/pytest.ini index d33dd6c..948bf02 100644 --- a/config/pytest.ini +++ b/config/pytest.ini @@ -14,10 +14,8 @@ addopts = --cov-append --cov-config config/coverage.ini --randomly-dont-reset-seed - ; TODO: Re-enable when the following issue is resolved: - ; https://github.com/pytest-dev/pytest-rerunfailures/issues/238 - ; --reruns 5 - ; --reruns-delay 0.1 + --reruns 5 + --reruns-delay 0.1 testpaths = tests