-
-
Notifications
You must be signed in to change notification settings - Fork 638
Milestone
Description
compile_pip_requirements generates .update and _test targets:
| name = name + ".update", |
| name = name + "_test", |
While gazelle_python_manifest generates .update and .test targets:
rules_python/gazelle/manifest/defs.bzl
Lines 60 to 61 in a19e1e4
| test_target = "{}.test".format(name) | |
| update_target = "{}.update".format(name) |
This is confusing. Let's pick one and deprecate the other.
Metadata
Metadata
Assignees
Labels
No labels