Skip to content

Commit 80c8ab5

Browse files
committed
Double % to define log_format and log_date_format in setup.cfg (cf. pytest-dev/pytest#3062)
1 parent 9305ccc commit 80c8ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ test = pytest
2828

2929
[tool:pytest]
3030
addopts = --ignore=setup.py
31-
log_format = %(asctime)s %(levelname)s %(message)s
32-
log_date_format = %Y-%m-%d %H:%M:%S
31+
log_format = %%(asctime)s %%(levelname)s %%(message)s
32+
log_date_format = %%Y-%%m-%%d %%H:%%M:%%S

0 commit comments

Comments
 (0)