Skip to content

Commit 87cb5bc

Browse files
committed
Add note that using marks on fixtures is not supported
Fix pytest-dev#964
1 parent 06b1b69 commit 87cb5bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/en/mark.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ It's easy to create custom markers or to apply markers
2020
to whole test classes or modules. See :ref:`mark examples` for examples
2121
which also serve as documentation.
2222

23+
.. note::
24+
25+
Marks can only be applied to tests, having no effect on
26+
:ref:`fixtures <fixtures>`.
27+
2328

2429
API reference for mark related objects
2530
------------------------------------------------

0 commit comments

Comments
 (0)