File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Deprecated Features
14
14
Below is a complete list of all pytest features which are considered deprecated. Using those features will issue
15
15
:class: `~pytest.PytestWarning ` or subclasses, which can be filtered using :ref: `standard warning filters <warnings >`.
16
16
17
- legacy callable form of :func: `raises<pytest.raises> `, :func: `warns<pytest.warns> ` and :func: `deprecated_call<pytest.deprecated_call> `
18
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
+ legacy callable form of :func: `raises <pytest.raises> `, :func: `warns <pytest.warns> ` and :func: `deprecated_call <pytest.deprecated_call> `
18
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
19
20
20
.. deprecated :: 8.4
21
21
You can’t perform that action at this time.
0 commit comments