From 499533d219c5a069f25d994732467354f0376894 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 23 Jun 2018 00:14:26 +0200 Subject: [PATCH] Use [tool:pytest] header in setup.cfg (#6045) --- 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