Skip to content

Commit c9ce223

Browse files
committed
update reruns pytest flag
fixes error message: error: ambiguous option: --rerun could match --reruns, --reruns-delay
1 parent 669aa3d commit c9ce223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ exclude = .*/,.tox,*.egg,tmuxp/_compat.py,tmuxp/__*__.py,
33
select = E,W,F,N
44

55
[tool:pytest]
6-
addopts = --rerun 5
6+
addopts = --reruns 5

0 commit comments

Comments
 (0)