This is an archive of the discontinued LLVM Phabricator instance.

Install future to run mypy on Python 3
ClosedPublic

Authored by thopre on Oct 20 2021, 9:13 AM.

Details

Summary

LNT uses future which does not come in standard in recent Python 3
versions, leading to mypy failing in Python 3 mode. Adding an explicit
dependency on future solves the problem.

Event Timeline

thopre requested review of this revision.Oct 20 2021, 9:13 AM
thopre created this revision.
tnfchris accepted this revision.Oct 20 2021, 9:46 AM

LGTM, thanks!

This revision is now accepted and ready to land.Oct 20 2021, 9:46 AM
This revision was automatically updated to reflect the committed changes.