diff --git a/py/private/BUILD.bazel b/py/private/BUILD.bazel index 22459244..7cd39349 100644 --- a/py/private/BUILD.bazel +++ b/py/private/BUILD.bazel @@ -4,7 +4,6 @@ exports_files( [ "run.tmpl.sh", "venv.tmpl.sh", - "run.tmpl.py", "pytest.py.tmpl", ], visibility = ["//visibility:public"], diff --git a/py/private/py_pex_binary.bzl b/py/private/py_pex_binary.bzl index ffbc8de7..e84e6e64 100644 --- a/py/private/py_pex_binary.bzl +++ b/py/private/py_pex_binary.bzl @@ -72,7 +72,7 @@ def _py_python_pex_impl(ctx): ctx.attr.inject_env.items(), map_each = lambda e: "--inject-env=%s=%s" % (e[0], e[1]), allow_closure = True, - # this is needed to allow passing a lambda to map_each + # this is needed to allow passing a lambda (with workspace_name) to map_each ) args.add_all(