We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0af9d7 commit 2dc82ccCopy full SHA for 2dc82cc
1 file changed
tests/pypi/whl_library_targets/whl_library_targets_tests.bzl
@@ -488,13 +488,6 @@ def _mock_glob():
488
)
489
return mock
490
491
-def select(*args, **kwargs):
492
- """We need to have this mock select because we still need to support bazel 6."""
493
- return [struct(
494
- select = args,
495
- kwargs = kwargs,
496
- )]
497
-
498
def whl_library_targets_test_suite(name):
499
"""create the test suite.
500
0 commit comments