Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton3 committed Feb 20, 2025
1 parent f9af520 commit b77e633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/_pytest/mark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ def test_eval(test_input, expected):
:ref:`pytest.mark.usefixtures <pytest.mark.usefixtures ref>` cannot be added via this parameter.
:type id: str | Literal[pytest.HIDDEN_PARAM] | None
:param id: The id to attribute to this parameter set.
.. versionadded: 8.4
:param id:
The id to attribute to this parameter set.
:ref:`hidden-param` means to hide the parameter set
from the test name. Can only be used at most 1 time, as
Expand Down
2 changes: 0 additions & 2 deletions src/_pytest/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,8 +1210,6 @@ def parametrize(
They are mapped to the corresponding index in ``argvalues``.
``None`` means to use the auto-generated id.
.. versionadded: 8.4
:ref:`hidden-param` means to hide the parameter set
from the test name. Can only be used at most 1 time, as
test names need to be unique.
Expand Down

0 comments on commit b77e633

Please sign in to comment.