https://pantsbuild.org/ logo
b

bitter-ability-32190

05/29/2022, 3:49 PM
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

hundreds-father-404

05/31/2022, 1:48 PM
no idea...
😭 1