forked from twitter/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align mypy interpreter constraint with reality. (pantsbuild#7754)
The mypy tool actually requires python 3.5+. On a machine with 3.4 and 3.x higher the minimum interpreter selection scheme would pick 3.4 and fail. Fixup interpreter constraints to avoid this erroneous error and correct the corresponding test. Cleanup dead code in interpreter_selection_utils.py along the way.
- Loading branch information
Showing
3 changed files
with
19 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters