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 02519fd commit ef06e43Copy full SHA for ef06e43
src/_pytest/hookspec.py
@@ -277,7 +277,7 @@ def pytest_collection_modifyitems(
277
When items are deselected (filtered out from ``items``),
278
the hook :hook:`pytest_deselected` must be called explicitly
279
with the deselected items to properly notify other plugins,
280
- e.g. with ``config.hook.pytest_deselected(deselected_items)``.
+ e.g. with ``config.hook.pytest_deselected(items=deselected_items)``.
281
282
:param session: The pytest session object.
283
:param config: The pytest config object.
0 commit comments