From acc44a1c5787e8a22b8b1aef576e66d4f6bded36 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 4 Feb 2017 00:54:15 +0100 Subject: [PATCH] pytest: use [pytest] section in setup.cfg [tool:pytest] only works for pytest >= 3.0. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 93f009af5..6f408a95f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -[tool:pytest] +[pytest] python_files = testsuite/*.py [flake8]