From 4f8e2fc8f04e9e668e6825a2f2bf30e70ccd7b3d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 4 Mar 2022 18:30:40 -0500 Subject: [PATCH] add missing changelog for #7045 was missed in d2815b4ac39b42a38dff4cc21ec100c72b9f3cae Fixes: #7045 Change-Id: Id4836690daabf7e547c278a4e538d39579e5f2a2 (cherry picked from commit 825f555a81e55b541ba33e84ee8131d8c0de6d47) --- doc/build/changelog/unreleased_14/7045.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/build/changelog/unreleased_14/7045.rst diff --git a/doc/build/changelog/unreleased_14/7045.rst b/doc/build/changelog/unreleased_14/7045.rst new file mode 100644 index 0000000000..ca84c5f36c --- /dev/null +++ b/doc/build/changelog/unreleased_14/7045.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, tests + :tickets: 7045 + + Made corrections to the default pytest configuration so that test discovery + runs correctly; previously, a configuration error had the effect of + discovery locating the wrong files if a super-directory of the current + directory were named "test". -- 2.47.2