FYI the `mypy/rules_integration_test` fails on py2...
# development
b
FYI the
mypy/rules_integration_test
fails on py2 tests for me with:
Copy code
The typed_ast package is not installed.\nFor Python 2 support, install mypy using `python3 -m pip install "mypy[python2]"`Alternatively, you can install typed_ast with `python3 -m pip install typed-ast`
I'm guessing our default lockfile doesn't use
mypy[python2]
. How does this pass CI?
h
no idea...
😭 1