Skip to content

Commit 045836c

Browse files
committed
pyproject(pytest[doctest_optionflags]): Use list
1 parent 821ab1c commit 045836c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ addopts = [
162162
"-p no:doctest",
163163
"--reruns=2"
164164
]
165-
doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
165+
doctest_optionflags = [
166+
"ELLIPSIS",
167+
"NORMALIZE_WHITESPACE"
168+
]
166169
testpaths = [
167170
"src/libtmux",
168171
"tests",

0 commit comments

Comments
 (0)