Skip to content

Commit 2f57240

Browse files
committed
pyproject(pytest): Group gp-lib doctest args after official args
1 parent 52f607b commit 2f57240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

157157
[tool.pytest.ini_options]
158-
addopts = "--tb=short --no-header --showlocals --doctest-docutils-modules --reruns 2 -p no:doctest"
158+
addopts = "--tb=short --no-header --showlocals --doctest-docutils-modules -p no:doctest --reruns 2"
159159
doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
160160
testpaths = [
161161
"src/libtmux",

0 commit comments

Comments
 (0)