Description: Correct an obsolete configuration section title.
 .
 Recent versions of PyTest remove support for the ‘pytest’ section
 name in ‘setup.cfg’. The section must now be named ‘tool:pytest’.
Bug: https://docs.pytest.org/en/4.0.0/deprecations.html#pytest-section-in-setup-cfg-files
Author: Ben Finney <bignose@debian.org>
Last-Update: 2020-01-13


diff -u --label old/setup.cfg --label new/setup.cfg setup.cfg
--- old/setup.cfg
+++ new/setup.cfg
@@ -1,4 +1,4 @@
-[pytest]
+[tool:pytest]
 addopts = --doctest-modules --ignore=setup.py --ignore=pavement.py
 norecursedirs = *.egg build
 

Local variables:
coding: utf-8
mode: diff
time-stamp-format: "%:y-%02m-%02d"
time-stamp-start: "^Last-Update:[ 	]+"
time-stamp-end: "$"
time-stamp-line-limit: 20
End:
vim: fileencoding=utf-8 filetype=diff :
