]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add missing changelog for #7045
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 23:30:40 +0000 (18:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 23:30:40 +0000 (18:30 -0500)
was missed in d2815b4ac39b42a38dff4cc21ec100c72b9f3cae

Fixes: #7045
Change-Id: Id4836690daabf7e547c278a4e538d39579e5f2a2

doc/build/changelog/unreleased_14/7045.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/7045.rst b/doc/build/changelog/unreleased_14/7045.rst
new file mode 100644 (file)
index 0000000..ca84c5f
--- /dev/null
@@ -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".