Skip to content

Commit 2dc82cc

Browse files
committed
fixup
1 parent e0af9d7 commit 2dc82cc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/pypi/whl_library_targets/whl_library_targets_tests.bzl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -488,13 +488,6 @@ def _mock_glob():
488488
)
489489
return mock
490490

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-
498491
def whl_library_targets_test_suite(name):
499492
"""create the test suite.
500493

0 commit comments

Comments
 (0)