File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- Deprecate configuring hook specs/impls using attribute /marks.
1
+ Deprecate configuring hook specs/impls using attributes /marks.
2
2
3
3
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 >`.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ Deprecated Features
20
20
Below is a complete list of all pytest features which are considered deprecated. Using those features will issue
21
21
:class: `PytestWarning ` or subclasses, which can be filtered using :ref: `standard warning filters <warnings >`.
22
22
23
- .. _depdeprecate-hook-marks :
24
23
25
24
configuring hook specs/impls using markers
26
25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments