update help for --strict-config

This commit is contained in:
Gleb Nikonorov 2020-06-06 11:33:28 -04:00
parent f760b105ef
commit 3f6b3e7faa
1 changed files with 1 additions and 1 deletions

View File

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