From 84bdd6f50ec0a1efa85edc618d231f89c56d88a0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 18 Feb 2024 13:11:12 -0300 Subject: [PATCH] Update src/_pytest/config/__init__.py Co-authored-by: Ran Benita --- src/_pytest/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/config/__init__.py b/src/_pytest/config/__init__.py index a9aa6d1c5..f8eea936a 100644 --- a/src/_pytest/config/__init__.py +++ b/src/_pytest/config/__init__.py @@ -578,7 +578,7 @@ class PytestPluginManager(PluginManager): self._try_load_conftest(invocation_dir, importmode, rootpath) def _is_in_confcutdir(self, path: Path) -> bool: - """Whether consider the given path to load conftests from.""" + """Whether to consider the given path to load conftests from.""" if self._confcutdir is None: return True # The semantics here are literally: