dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
573 stars 101 forks source link

Update external/mypy to 0.790 #179

Closed KKawamura1 closed 3 years ago

KKawamura1 commented 4 years ago

All tests in this repo now fail even on the master branch, because pytest.Node(name, parent=...) is deprecated and mypy < 0.790 uses it (See: https://github.com/python/mypy/pull/9263). So I just bumped up the submodule to version 0.790.

KKawamura1 commented 3 years ago

Is this repo still alive? This PR enables us to use tests without the noisy error, having almost no effects to the product (because external/mypy is used only for testing purpose). Only 1 line diff. Please review me if you have time.