Skip to content

Commit

Permalink
ci(pytest): --reruns 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 17, 2022
1 parent 21b0e1f commit 563354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ line_length = 88
[tool:pytest]
filterwarnings =
ignore:.* Use packaging.version.*:DeprecationWarning::
addopts = --tb=short --no-header --showlocals --doctest-modules
addopts = --tb=short --no-header --showlocals --doctest-modules --reruns 2
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
testpaths =
libtmux
Expand Down

0 comments on commit 563354f

Please sign in to comment.