add notice to use [tool:pytest] in setup.cfg
This commit is contained in:
parent
1cf9c2e76f
commit
15fe60aa25
|
@ -135,6 +135,7 @@ progress output, you can write it into a configuration file:
|
||||||
|
|
||||||
# content of pytest.ini
|
# content of pytest.ini
|
||||||
# (or tox.ini or setup.cfg)
|
# (or tox.ini or setup.cfg)
|
||||||
|
# (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