Skip to content

Commit b77e633

Browse files
committed
Fix docs
1 parent f9af520 commit b77e633

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/_pytest/mark/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ def test_eval(test_input, expected):
7676
:ref:`pytest.mark.usefixtures <pytest.mark.usefixtures ref>` cannot be added via this parameter.
7777
7878
:type id: str | Literal[pytest.HIDDEN_PARAM] | None
79-
:param id: The id to attribute to this parameter set.
80-
81-
.. versionadded: 8.4
79+
:param id:
80+
The id to attribute to this parameter set.
8281
8382
:ref:`hidden-param` means to hide the parameter set
8483
from the test name. Can only be used at most 1 time, as

src/_pytest/python.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,8 +1210,6 @@ def parametrize(
12101210
They are mapped to the corresponding index in ``argvalues``.
12111211
``None`` means to use the auto-generated id.
12121212
1213-
.. versionadded: 8.4
1214-
12151213
:ref:`hidden-param` means to hide the parameter set
12161214
from the test name. Can only be used at most 1 time, as
12171215
test names need to be unique.

0 commit comments

Comments
 (0)