setup.cfg: fix pytest deprecation warning, fixes #2050
@@ -1,4 +1,4 @@
-[pytest]
+[tool:pytest]
python_files = testsuite/*.py
[flake8]