We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d442e0c commit 3b6e0ceCopy full SHA for 3b6e0ce
hatch.toml
@@ -18,7 +18,7 @@ dependencies = [
18
"pytest",
19
"pytest-html",
20
"pytest_asyncio>=0.23",
21
- # "pytest-regtest>=1.5.0",
+ "pytest-rerunfailures",
22
"pytest-cov",
23
"mypy",
24
"ruff",
pyproject.toml
@@ -137,7 +137,7 @@ extend-exclude = '''
137
138
[tool.pytest.ini_options]
139
minversion = "6.0"
140
-addopts = "-ra -vv -rf --ignore=bundled --ignore=.hatch"
+addopts = "-ra -vv -rf --ignore=bundled --ignore=.hatch --reruns 5 --reruns-delay 1"
141
filterwarnings = "ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning"
142
testpaths = ["tests"]
143
junit_suite_name = "robotcode"
0 commit comments