summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-11-11 21:13:06 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-11-11 21:13:06 -0500
commit5fc22d0e645cd560db43fb7fd5072ecbab06128b (patch)
tree37a5f097a6d9f28da3f40dbcd1e645c7922f6d60
parent6b140afe7db3456c995f50bacaca69112db72d70 (diff)
downloadsqlalchemy-5fc22d0e645cd560db43fb7fd5072ecbab06128b.tar.gz
port mypy 0.990 fixes changelog from 1.4 to 2.0
for 2.0, we fixed for mypy 0.990 in ebb54e80a5a52d0cce4cba1. In 1.4, we did a smaller version specific to the test runner in 910504b67c22bfc767e2e47e2. Since people run the tests sometimes, include that this was fixed for the 1.4/2.0 series. Change-Id: I18b2aa10bd8a128b5aa093af5e219bc987271139
-rw-r--r--doc/build/changelog/unreleased_14/mypy_fixes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/mypy_fixes.rst b/doc/build/changelog/unreleased_14/mypy_fixes.rst
new file mode 100644
index 000000000..32e4f1465
--- /dev/null
+++ b/doc/build/changelog/unreleased_14/mypy_fixes.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, tests
+
+ Adjusted the test suite which tests the Mypy plugin to accommodate for
+ changes in Mypy 0.990 regarding how it handles message output, which affect
+ how sys.path is interpreted when determining if notes and errors should be
+ printed for particular files. The change broke the test suite as the files
+ within the test directory itself no longer produced messaging when run
+ under the mypy API.