Skip to content

Commit f13f150

Browse files
committed
fix issue 8447 doc
1 parent e38d35a commit f13f150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/8447.deprecation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Defining a custom pytest node type which is both an :class:`pytest.Item <Item>` and a :class:pytest.Collector <Collector>` now issues a warning.
1+
Defining a custom pytest node type which is both an :class:`pytest.Item <Item>` and a :class:`pytest.Collector <Collector>` now issues a warning.
22
It was never sanely supported and triggers hard to debug errors.
33

44
Instead, a separate collector node should be used, which collects the item. See :ref:`non-python tests` for an example.

0 commit comments

Comments
 (0)