Merge pull request #4819 from Handsome2734/doc-fix
add notice to use [tool:pytest] in setup.cfg
This commit is contained in:
commit
2e210acd00
|
@ -133,8 +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
|
||||||
[pytest]
|
[pytest]
|
||||||
addopts = -ra -q
|
addopts = -ra -q
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue