From: Mike Bayer Date: Sat, 12 Nov 2022 02:13:06 +0000 (-0500) Subject: port mypy 0.990 fixes changelog from 1.4 to 2.0 X-Git-Tag: rel_2_0_0b4~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc22d0e645cd560db43fb7fd5072ecbab06128b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- 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 0000000000..32e4f14658 --- /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.