setup.cfg: use [tool:pytest] instead of [pytest]

...[pytest] is deprecated
master
Justin Riley 2016-10-06 00:01:51 -04:00
parent abd1744553
commit 9b47eb8f08
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ exclude =
build,
dist
[pytest]
[tool:pytest]
addopts = -v --cov=onedns --cov-report term-missing --flake8
[coverage:run]