We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71680 commit 12efc58Copy full SHA for 12efc58
doc/en/deprecations.rst
@@ -29,6 +29,14 @@ As pytest tries to move off `py.path.local <https://py.readthedocs.io/en/latest/
29
Pytest will provide compatibility for quite a while.
30
31
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
40
Backward compatibilities in ``Parser.addoption``
41
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42
0 commit comments