diff options
| -rw-r--r-- | doc/build/changelog/unreleased_14/mypy_fixes.rst | 9 |
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. |
