]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog for pytest 6.x fix.
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Oct 2020 15:56:04 +0000 (11:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Oct 2020 15:56:04 +0000 (11:56 -0400)
pytest 6.x support was fixed in 40cdb9c for 1.3 and in ffafbd4
for master.   Add a note as this is an observable issue
in 1.3.19.

Fixes: #5635
Change-Id: Iee67822d6962800646546c69ee0ad0c494007c86

doc/build/changelog/unreleased_13/5635.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_13/5635.rst b/doc/build/changelog/unreleased_13/5635.rst
new file mode 100644 (file)
index 0000000..08507c4
--- /dev/null
@@ -0,0 +1,7 @@
+.. change::
+    :tags: bug, tests
+    :tickets: 5635
+
+    Fixed incompatibilities in the test suite that prevented the tests from
+    working with Pytest 6.x.
+