From 15300e255cd31a3519ff0f9b14fcb2040552f192 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 19 Mar 2018 15:31:55 +0100 Subject: [PATCH] Removed pytest warning --- api/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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