From 462f4a6d22dd33b39b6ee7afe1f9474c8bfac6ba Mon Sep 17 00:00:00 2001 From: Kenny Y <24802984+kenny-y-dev@users.noreply.github.com> Date: Sun, 28 May 2023 08:02:11 -0400 Subject: [PATCH] Update changelog/11013.improvement.rst Co-authored-by: Ran Benita --- changelog/11013.improvement.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/11013.improvement.rst b/changelog/11013.improvement.rst index 3fa062243..fe3ece93c 100644 --- a/changelog/11013.improvement.rst +++ b/changelog/11013.improvement.rst @@ -1 +1 @@ -Added warning when testpaths is set, but paths are not found by glob. In this case, pytest will search fall back to searching from current directory. +Added warning when :confval:`testpaths` is set, but paths are not found by glob. In this case, pytest will fall back to searching from the current directory.