We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfb709 commit 6506112Copy full SHA for 6506112
venv.bzl.tmpl
@@ -74,7 +74,6 @@ def py_venv(name, deps = None, extra_pip_commands = None, always_link = False, v
74
commands = extra_pip_commands,
75
always_link = always_link,
76
output = out_name,
77
- **kwargs
78
)
79
80
env = {
0 commit comments