From 5bc3b7712f76fb3e8e0d40e9352bbd93d405c6af Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 21 Jun 2018 20:35:18 +0200 Subject: [PATCH] setup.cfg: use [tool:pytest] Fixes: > [pytest] section in setup.cfg files is deprecated, use [tool:pytest] > instead. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a073d21f1..c265761ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ universal = 1 [metadata] license_file = LICENSE.md -[pytest] +[tool:pytest] addopts=--tb=short --strict testspath = tests