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 f6cc282 commit 60fb1e9Copy full SHA for 60fb1e9
python/private/pypi/parse_requirements.bzl
@@ -115,11 +115,6 @@ def parse_requirements(
115
116
# This may call to Python, so execute it early (before calling to the
117
# 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.
123
env_marker_target_platforms = evaluate_markers(ctx, reqs_with_env_markers)
124
logger.trace(lambda: "Evaluated env markers from:\n{}\n\nTo:\n{}".format(
125
reqs_with_env_markers,
0 commit comments