Skip to content

Commit 3f880c6

Browse files
committed
pyproject(pytest): Group gp-lib doctest args after official args
1 parent 262127f commit 3f880c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ convention = "numpy"
154154
"*/__init__.py" = ["F401"]
155155

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

0 commit comments

Comments
 (0)