Update wording about [tool:pytest] in setup.cfg files

This commit is contained in:
Bruno Oliveira 2019-02-23 15:32:42 -03:00 committed by GitHub
parent 15fe60aa25
commit 3e11bd0d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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