-
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.
python: delete overly strict and defunct tests
These tests fail when run with rules_python 0.33+, but ultimately can be deleted since they're either overly strict or unnecessary * hermeticRuntime: overly strict test. It fails because it doesn't expect the interpreter executable to also be returned in the files, which was a bug fix rules_python made. This test was also ported to rules_python. * versionAttributeMandatoryWhenUsingToolchains: defunct test. With Python 2 support removed, requiring the attribute is no longer necessary. * runtimeSandwich: overly strict and defunct test. Looking at the origin of it, it main purpose is verifying the Starlark PyRuntimeInfo symbol was available. Lots of code relies on that, and the symbol is moved to rules_python, so no need to test this in Bazel itself. PiperOrigin-RevId: 645118335 Change-Id: I971c1d4350f81e4b39e7e442da00aac4efb80fda
- Loading branch information
1 parent
0e220f0
commit 27423f4
Showing
2 changed files
with
0 additions
and
100 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