Skip to content

Commit c5eac46

Browse files
committed
docs: Reinstate pytest.ini
Turns out Pytest doesn't support log-format specification in setup.cfg declarations. See pytest-dev/pytest#3062.
1 parent c6e4292 commit c5eac46

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ exclude =
4343
venv,
4444
manage.py
4545

46-
4746
max-complexity = 15
4847

4948
[mypy]
@@ -65,8 +64,3 @@ allow_redefinition = False
6564

6665
[mypy-tests.*]
6766
ignore_errors = True
68-
69-
[tool:pytest]
70-
DJANGO_SETTINGS_MODULE = demoproj.settings
71-
log_cli=True
72-
log_cli_format = %(levelname)s %(asctime)s [%(correlation_id)s] %(name)s %(message)s

0 commit comments

Comments
 (0)