From: Mike Bayer Date: Fri, 4 Mar 2022 23:30:40 +0000 (-0500) Subject: add missing changelog for #7045 X-Git-Tag: rel_2_0_0b1~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=825f555a81e55b541ba33e84ee8131d8c0de6d47;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add missing changelog for #7045 was missed in d2815b4ac39b42a38dff4cc21ec100c72b9f3cae Fixes: #7045 Change-Id: Id4836690daabf7e547c278a4e538d39579e5f2a2 --- 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".