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 3dd0182 commit 3c23b93Copy full SHA for 3c23b93
python/private/pypi/select_whl.bzl
@@ -5,8 +5,6 @@ load(":parse_whl_name.bzl", "parse_whl_name")
5
6
def _get_priority(*, tag, values, allow_wildcard = True):
7
for priority, wp in enumerate(values):
8
- # TODO @aignas 2025-06-16: move the matcher validation out of this
9
- # TODO @aignas 2025-06-21: test the 'cp*' matching
10
head, sep, tail = wp.partition("*")
11
if "*" in tail:
12
fail("only a single '*' can be present in the matcher")
0 commit comments