From c841a9e3e0d6b88c2fcfc235fc14e156d2ace32a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 4 Oct 2020 12:23:11 +0100 Subject: [PATCH] Update src/_pytest/hookspec.py Co-authored-by: Bruno Oliveira --- src/_pytest/hookspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.