From 333a3504744b50a6e3c6d73c4a2be545b95a9da8 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 10 Jun 2023 22:14:47 +0300 Subject: [PATCH] Update changelog/11081.improvement.rst Co-authored-by: Pierre Sassoulas --- changelog/11081.improvement.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/11081.improvement.rst b/changelog/11081.improvement.rst index 60fa4e3ed..ccfaf6016 100644 --- a/changelog/11081.improvement.rst +++ b/changelog/11081.improvement.rst @@ -4,4 +4,4 @@ If after updating to this version you see that your `norecursedir` setting is no it means that a conftest or a plugin you use has a bad `pytest_ignore_collect` implementation. Most likely, your hook returns `False` for paths it does not want to ignore, which ends the processing and doesn't allow other plugins, including pytest itself, to ignore the path. -The fix is simple - return `None` instead of `False` for paths your hook doesn't want to ignore. +The fix is to return `None` instead of `False` for paths your hook doesn't want to ignore.