[CI] Automatic rerun of certain test failures (#36694)
This commit is contained in:
2
setup.py
2
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user