Skip to content

Commit 6e2ee09

Browse files
committed
ci(pytest): Default args
1 parent bb1078d commit 6e2ee09

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
@@ -6,9 +6,9 @@ max-line-length = 88
66
extend-ignore = E203,W503
77

88
[tool:pytest]
9-
addopts = --reruns=0
109
filterwarnings =
1110
ignore:distutils Version classes are deprecated. Use packaging.version instead.
11+
addopts = --reruns=0 --tb=short --no-header --showlocals
1212

1313
[isort]
1414
profile = black

0 commit comments

Comments
 (0)