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 04e12a7 commit 57692e6Copy full SHA for 57692e6
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 --reruns 5 --reruns-delay 1"
+addopts = "-ra -vv -rf --ignore=bundled --ignore=.hatch"
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