From b0523ba54694845bb036ca2a411c7c2685029083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Mon, 13 Dec 2021 14:37:11 +0100 Subject: [PATCH] docs: Reinstate pytest.ini Turns out Pytest doesn't support log-format specification in setup.cfg declarations. See https://github.com/pytest-dev/pytest/issues/3062. --- setup.cfg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index fe5b993..4b555d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,6 @@ exclude = venv, manage.py - max-complexity = 15 [mypy] @@ -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