diff --git a/api/setup.cfg b/api/setup.cfg index 954b4d196..34daa8c68 100644 --- a/api/setup.cfg +++ b/api/setup.cfg @@ -6,7 +6,7 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules max-line-length = 120 exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules -[pytest] +[tool:pytest] DJANGO_SETTINGS_MODULE=config.settings.test python_files = tests.py test_*.py *_tests.py testpaths = tests