diff --git a/api/setup.cfg b/api/setup.cfg
index 954b4d1966887553aaee23b084edbe3ad2833e7c..34daa8c6834452229971467c7876400b842b64c1 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