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
E ../../opt/hostedtoolcache/Python/3.11.0-rc.2/x64/lib/python3.11/site-packages/mypy/typeshed/stdlib/builtins.pyi:1865: error: Overloaded function signatures 1 and 2 overlap with incompatible return types (diff)
E ../../opt/hostedtoolcache/Python/3.11.0-rc.2/x64/lib/python3.11/site-packages/mypy/typeshed/stdlib/builtins.pyi:1885: error: Overloaded function signatures 1 and 2 overlap with incompatible return types (diff)
When I manually run mypy on the code base no error is reported, so I'm a bit confused about why it's failing when tests are ran through pytest and this plugin.
The text was updated successfully, but these errors were encountered:
Hi!
Tests are failing on Python 3.11 due to a Mypy error and I'm not sure why. 🤔
I forked
pytest-mypy-plugins
and added3.11-dev
Python version to CI tests: Delgan@27f9037You can see the failing test here: https://github.com/Delgan/pytest-mypy-plugins/actions/runs/3166219555/jobs/5155788328
When I manually run
mypy
on the code base no error is reported, so I'm a bit confused about why it's failing when tests are ran throughpytest
and this plugin.The text was updated successfully, but these errors were encountered: