Skip to content

Commit 12efc58

Browse files
committed
document deprecation in deprecations.rst
1 parent 3f71680 commit 12efc58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/en/deprecations.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ As pytest tries to move off `py.path.local <https://py.readthedocs.io/en/latest/
2929
Pytest will provide compatibility for quite a while.
3030

3131

32+
Applying a mark to a fixture function
33+
-------------------------------------
34+
35+
.. deprecated:: 6.3
36+
37+
Applying a mark to a fixture function is deprecated. Doing so has no effect, and will raise an error in the next version.
38+
39+
3240
Backward compatibilities in ``Parser.addoption``
3341
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3442

0 commit comments

Comments
 (0)