Skip to content

Commit 1e684e4

Browse files
gomri15nicoddemus
andauthored
Update src/_pytest/main.py
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 527d24d commit 1e684e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/_pytest/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ def pytest_addoption(parser: Parser) -> None:
9494
"--require-unique-paramset-ids",
9595
action="store_true",
9696
default=False,
97-
help="Stops pytest automatically generating unique parameter set IDs. "
98-
"and raises an error if there are any duplicates.",
97+
help="Causes pytest to raise an exception upon detection of non-unique parameter set IDs, rather than attempting to generate them automatically."
9998
)
10099

101100
group = parser.getgroup("pytest-warnings")

0 commit comments

Comments
 (0)