update help for --strict-config
This commit is contained in:
parent
f760b105ef
commit
3f6b3e7faa
|
@ -78,7 +78,7 @@ def pytest_addoption(parser: Parser) -> None:
|
|||
group._addoption(
|
||||
"--strict-config",
|
||||
action="store_true",
|
||||
help="invalid ini keys for the `pytest` section of the configuration file raise errors.",
|
||||
help="any warnings encountered while parsing the `pytest` section of the configuration file raise errors.",
|
||||
)
|
||||
group._addoption(
|
||||
"--strict-markers",
|
||||
|
|
Loading…
Reference in New Issue