Skip to content

Commit 56ffb1f

Browse files
committed
pyproject(pytest): Use list
To get this to work, a = was required between --reruns 2.
1 parent 2f57240 commit 56ffb1f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,14 @@ convention = "numpy"
155155
"*/__init__.py" = ["F401"]
156156

157157
[tool.pytest.ini_options]
158-
addopts = "--tb=short --no-header --showlocals --doctest-docutils-modules -p no:doctest --reruns 2"
158+
addopts = [
159+
"--tb=short",
160+
"--no-header",
161+
"--showlocals",
162+
"--doctest-docutils-modules",
163+
"-p no:doctest",
164+
"--reruns=2"
165+
]
159166
doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
160167
testpaths = [
161168
"src/libtmux",

0 commit comments

Comments
 (0)