Skip to content

Commit 37eee0b

Browse files
committed
pyproject(pytest[doctest_optionflags]): Use list
1 parent 56ffb1f commit 37eee0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ addopts = [
163163
"-p no:doctest",
164164
"--reruns=2"
165165
]
166-
doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
166+
doctest_optionflags = [
167+
"ELLIPSIS",
168+
"NORMALIZE_WHITESPACE"
169+
]
167170
testpaths = [
168171
"src/libtmux",
169172
"tests",

0 commit comments

Comments
 (0)