Update wording about [tool:pytest] in setup.cfg files
This commit is contained in:
parent
15fe60aa25
commit
3e11bd0d6e
|
@ -133,9 +133,8 @@ progress output, you can write it into a configuration file:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
# content of pytest.ini
|
# content of pytest.ini or tox.ini
|
||||||
# (or tox.ini or setup.cfg)
|
# setup.cfg files should use [tool:pytest] section instead
|
||||||
# (use [tool:pytest] in setup.cfg cause [pytest] is no longer supported)
|
|
||||||
[pytest]
|
[pytest]
|
||||||
addopts = -ra -q
|
addopts = -ra -q
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue