document deprecation in deprecations.rst

This commit is contained in:
Thomas Grainger 2021-03-19 09:43:22 +00:00
parent 3f71680ac0
commit 12efc58479
No known key found for this signature in database
GPG Key ID: E452A1247BAC1A88
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,14 @@ As pytest tries to move off `py.path.local <https://py.readthedocs.io/en/latest/
Pytest will provide compatibility for quite a while.
Applying a mark to a fixture function
-------------------------------------
.. deprecated:: 6.3
Applying a mark to a fixture function is deprecated. Doing so has no effect, and will raise an error in the next version.
Backward compatibilities in ``Parser.addoption``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~