File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments