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 e38d35a commit f13f150Copy full SHA for f13f150
changelog/8447.deprecation.rst
@@ -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.
+Defining a custom pytest node type which is both an :class:`pytest.Item <Item>` and a :class:`pytest.Collector <Collector>` now issues a warning.
2
It was never sanely supported and triggers hard to debug errors.
3
4
Instead, a separate collector node should be used, which collects the item. See :ref:`non-python tests` for an example.
0 commit comments