Skip to content

Commit 0b7a2fa

Browse files
committed
ci(pytest): --reruns 2
1 parent 3e08aad commit 0b7a2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ line_length = 88
1919
[tool:pytest]
2020
filterwarnings =
2121
ignore:.* Use packaging.version.*:DeprecationWarning::
22-
addopts = --tb=short --no-header --showlocals --doctest-modules
22+
addopts = --tb=short --no-header --showlocals --doctest-modules --reruns 2
2323
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
2424
testpaths =
2525
libtmux

0 commit comments

Comments
 (0)