-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)team-Rules-PythonNative rules for PythonNative rules for Pythontype: bug
Description
We are not interested in anything lower than Python 3 so we set all our srcs_version to PY3 fpr py_* rules. Still when Analyzing, Bazel complains:
Rule '@foo//:python_foo' need to be converted to Python 2 (not yet implemented).
The error message is quite unhelpful because it does not explain why it "needs" to be converted nor which thing is not yet implemented.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)team-Rules-PythonNative rules for PythonNative rules for Pythontype: bug