Skip to content

Commit 327da1c

Browse files
committed
correct setup.cfg for rerunning failed tests
1 parent 186988c commit 327da1c

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
@@ -3,4 +3,4 @@ exclude = .*/,.tox,*.egg,tmuxp/_compat.py,tmuxp/__*__.py,
33
select = E,W,F,N
44

55
[pytest]
6-
addopts='-rerun 5'
6+
addopts = --rerun 5

0 commit comments

Comments
 (0)