setup.cfg: use [tool:pytest]

Fixes:

> [pytest] section in setup.cfg files is deprecated, use [tool:pytest]
> instead.
This commit is contained in:
Daniel Hahler 2018-06-21 20:35:18 +02:00
parent 06526cafe5
commit 5bc3b7712f

View File

@ -4,7 +4,7 @@ universal = 1
[metadata] [metadata]
license_file = LICENSE.md license_file = LICENSE.md
[pytest] [tool:pytest]
addopts=--tb=short --strict addopts=--tb=short --strict
testspath = tests testspath = tests