]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
backport relevant mypy 0.990 fixes from main
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Nov 2022 21:04:06 +0000 (16:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Nov 2022 21:17:03 +0000 (16:17 -0500)
commit910504b67c22bfc767e2e47e284b792653efdefc
tree895ea5d363d3ba7aeecebba59e013fec28222850
parentc4f3a72cf5660d591eaac77c4d412d933689aeed
backport relevant mypy 0.990 fixes from main

Changes from ebb54e80a5a52d0cce4cba1abc21c707a42c2c73
which are relevant here.

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.

Change-Id: I1728fd3bd21a4d499db0a4939ee27c67b2c34123
doc/build/changelog/unreleased_14/mypy_fixes.rst [new file with mode: 0644]
test/ext/mypy/test_mypy_plugin_py3k.py