From bf7aac9b904b0fcb1b34a88d5529db38981f9634 Mon Sep 17 00:00:00 2001 From: Mads M Pedersen <mmpe@dtu.dk> Date: Fri, 13 Jan 2017 11:19:09 +0100 Subject: [PATCH] renamed [pytest] to [tools:pytest] in config, due to recommendation --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6c20abb..067c278 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ packages = # py.test options when running `python setup.py test` #addopts = tests -[pytest] +[tool:pytest] # Options for py.test: # Specify command line options as you would do when invoking py.test directly. # e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml -- GitLab