Skip to content

Commit

Permalink
docs: Reinstate pytest.ini
Browse files Browse the repository at this point in the history
Turns out Pytest doesn't support log-format specification in setup.cfg declarations. See pytest-dev/pytest#3062.
  • Loading branch information
sondrelg committed Dec 13, 2021
1 parent 266ef01 commit b0523ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ exclude =
venv,
manage.py


max-complexity = 15

[mypy]
Expand All @@ -65,8 +64,3 @@ allow_redefinition = False

[mypy-tests.*]
ignore_errors = True

[tool:pytest]
DJANGO_SETTINGS_MODULE = demoproj.settings
log_cli=True
log_cli_format = %(levelname)s %(asctime)s [%(correlation_id)s] %(name)s %(message)s

0 comments on commit b0523ba

Please sign in to comment.