-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove tests requiring Python 2 support.
This is in preparation for disabling Python 2 functionality. There is more code and tests related to Python 2 support, but these are the ones that fail when `--incompatible_python_disable_py2=true`. This also revealed that rejecting Python 2 settings for `py_runtime` and `py_runtime_pair` will have to wait until after the flag flip. This is because the auto-detecting toolchains define some py2 toolchains, so in order to make tests pass, those have to be removed, but doing so would break Python 2 support prior to the flag flip. The other rules still reject them, though, which is plenty sufficient. Work towards #15684 PiperOrigin-RevId: 504086890 Change-Id: Ib39e3b32076072f5510418241cd0ca4765e6ab44
- Loading branch information
1 parent
b24930f
commit bcb1fea
Showing
16 changed files
with
81 additions
and
830 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
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
Oops, something went wrong.