Skip to content

Commit 31c0721

Browse files
committed
ci(pytest): Ignore doctest (-p no:doctest)
1 parent b578942 commit 31c0721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sections = FUTURE,STDLIB,PYTEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
1515
line_length = 88
1616

1717
[tool:pytest]
18-
addopts = --tb=short --no-header --showlocals --doctest-modules
18+
addopts = --tb=short --no-header --showlocals -p no:doctest
1919
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
2020
testpaths =
2121
gp_libs

0 commit comments

Comments
 (0)