You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://build.opensuse.org/request/show/965437
by user mcepl + dimstar_suse
- Add 12452-stringent-err-msg.patch to make mypy work
with more stringent error messages in Python
>= 3.10.3 (gh#python/mypy#12451).
- Update to version 0.942:
- Fixes to Regressions:
- Let overload item have a more general return type than the implementation (Jukka Lehtosalo, PR 12435)
- Fix inheritance false positives with dataclasses/attrs (Jukka Lehtosalo, PR 12411)
- Support overriding dunder attributes in Enum subclass (Petter Friberg, PR 12138)
- Fix small conditional overload regression (Marc Mueller, PR 12336)
- Other Fixes:
- Fix issues related to the order of processing in the builtins import cycle (Jukka Lehtosalo, PR 12431)
- Fix crash in match statement if class name is undefined (Jukka Lehtosalo, PR 12417)
- Allow non-final __match_args__ and overriding (
Bug Report
1 test of
mypy
's test suite fails against Python 3.10.3 with:To Reproduce
python -m pytest 'mypy/test/testcmdline.py::PythonCmdlineSuite::cmdline.test::testBlocker'
Expected Behavior
All tests should pass.
Your Environment
I think this is due to this change:
https://docs.python.org/3/whatsnew/changelog.html#id3
https://bugs.python.org/issue46240
For example, Python 3.10.0:
and Python 3.10.3:
The text was updated successfully, but these errors were encountered: