[CI] Automatic rerun of certain test failures (#36694)

This commit is contained in:
Joao Gante
2025-03-13 15:40:23 +00:00
committed by GitHub
parent d84569387f
commit a3201cea14
7 changed files with 44 additions and 11 deletions

View File

@@ -150,6 +150,7 @@ _deps = [
"pydantic",
"pytest>=7.2.0,<8.0.0",
"pytest-asyncio",
"pytest-rerunfailures",
"pytest-timeout",
"pytest-xdist",
"pytest-order",
@@ -326,6 +327,7 @@ extras["testing"] = (
"pytest-rich",
"pytest-xdist",
"pytest-order",
"pytest-rerunfailures",
"timeout-decorator",
"parameterized",
"psutil",