Skip to content

Commit 5400783

Browse files
committed
chore(setup.cfg): Move pytest config down for doc example
1 parent ca09e80 commit 5400783

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ max-line-length = 88
55
# Stuff we ignore thanks to black: https://github.com/ambv/black/issues/429
66
extend-ignore = E203,W503
77

8-
[tool:pytest]
9-
filterwarnings =
10-
ignore:distutils Version classes are deprecated. Use packaging.version instead.
11-
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
12-
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
13-
148
[isort]
159
profile = black
1610
combine_as_imports= true
@@ -21,3 +15,9 @@ known_pytest = pytest,py
2115
known_first_party = libtmux,tmuxp
2216
sections = FUTURE,STDLIB,PYTEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
2317
line_length = 88
18+
19+
[tool:pytest]
20+
filterwarnings =
21+
ignore:distutils Version classes are deprecated. Use packaging.version instead.
22+
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
23+
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE

0 commit comments

Comments
 (0)