diff --git a/src/_pytest/hookspec.py b/src/_pytest/hookspec.py index 77311e497a2..ecccb6e6a6c 100644 --- a/src/_pytest/hookspec.py +++ b/src/_pytest/hookspec.py @@ -820,7 +820,7 @@ def pytest_markeval_namespace(config: "Config") -> Dict[str, Any]: collection time, which is required by normal boolean conditions. - .. versionadded:: 6.1 + .. versionadded:: 6.2 :param _pytest.config.Config config: The pytest config object. :returns: A dictionary of additional globals to add.