Skip to content

Commit c46e067

Browse files
fixup
1 parent afd591e commit c46e067

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

changelog/4562.deprecation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Deprecate configuring hook specs/impls using attribute/marks.
1+
Deprecate configuring hook specs/impls using attributes/marks.
22

33
Instead use :py:func:`pytest.hookimpl` and :py:func:`pytest.hookspec`.
4-
For more details, see the :ref:`docs <deprecate-hook-marks>`.
4+
For more details, see the :ref:`docs <configuring-hook-specs-impls-using-markers>`.

doc/en/deprecations.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Deprecated Features
2020
Below is a complete list of all pytest features which are considered deprecated. Using those features will issue
2121
:class:`PytestWarning` or subclasses, which can be filtered using :ref:`standard warning filters <warnings>`.
2222

23-
.. _depdeprecate-hook-marks:
2423

2524
configuring hook specs/impls using markers
2625
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)