Skip to content

Commit 60fb1e9

Browse files
committed
remove another comment as pipstar is the direction we are moving in
1 parent f6cc282 commit 60fb1e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/private/pypi/parse_requirements.bzl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ def parse_requirements(
115115

116116
# This may call to Python, so execute it early (before calling to the
117117
# internet below) and ensure that we call it only once.
118-
#
119-
# NOTE @aignas 2024-07-13: in the future, if this is something that we want
120-
# to do, we could use Python to parse the requirement lines and infer the
121-
# URL of the files to download things from. This should be important for
122-
# VCS package references.
123118
env_marker_target_platforms = evaluate_markers(ctx, reqs_with_env_markers)
124119
logger.trace(lambda: "Evaluated env markers from:\n{}\n\nTo:\n{}".format(
125120
reqs_with_env_markers,

0 commit comments

Comments
 (0)