From 9b47eb8f08d6e510246264393d243ae7759981ed Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Thu, 6 Oct 2016 00:01:51 -0400 Subject: [PATCH] setup.cfg: use [tool:pytest] instead of [pytest] ...[pytest] is deprecated --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7eb0124..89ccbd9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ exclude = build, dist -[pytest] +[tool:pytest] addopts = -v --cov=onedns --cov-report term-missing --flake8 [coverage:run]