bitter-ability-32190
05/29/2022, 3:49 PMmypy/rules_integration_test
fails on py2 tests for me with:
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`
mypy[python2]
.
How does this pass CI?hundreds-father-404
05/31/2022, 1:48 PM