From 3e11bd0d6e3ef8789471f5460e2e81fe97288795 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 23 Feb 2019 15:32:42 -0300 Subject: [PATCH] Update wording about [tool:pytest] in setup.cfg files --- doc/en/customize.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/en/customize.rst b/doc/en/customize.rst index bcf23b53c..2329ec2d1 100644 --- a/doc/en/customize.rst +++ b/doc/en/customize.rst @@ -133,9 +133,8 @@ progress output, you can write it into a configuration file: .. code-block:: ini - # content of pytest.ini - # (or tox.ini or setup.cfg) - # (use [tool:pytest] in setup.cfg cause [pytest] is no longer supported) + # content of pytest.ini or tox.ini + # setup.cfg files should use [tool:pytest] section instead [pytest] addopts = -ra -q