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 843f03e commit 597bb93Copy full SHA for 597bb93
changelog/9488.deprecation.rst
@@ -0,0 +1,7 @@
1
+If custom subclasses of nodes like :class:`pytest.Item` override the
2
+``__init__`` method, they should take ``**kwargs``. See
3
+:ref:`uncooperative-constructors-deprecated` for details.
4
+
5
+Note that a deprection warning is only emitted when there is a conflict in the
6
+arguments pytest expected to pass. This deprecation was already part of pytest
7
+7.0.0rc1 but wasn't documented.
0 commit comments