Skip to content

Commit 7fc2213

Browse files
committed
chore: remove maxfail from pytest options
1 parent 672b4fc commit 7fc2213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ exclude = '''
178178

179179
[tool.pytest.ini_options]
180180
minversion = "6.0"
181-
addopts = "-ra -vv --maxfail=2 -rf"
181+
addopts = "-ra -vv -rf"
182182
filterwarnings = "ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning"
183183
testpaths = ["tests"]
184184
junit_suite_name = "robotcode"

0 commit comments

Comments
 (0)