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 7696cae commit 62b0dc9Copy full SHA for 62b0dc9
1 file changed
tests/py_zipapp/BUILD.bazel
@@ -5,9 +5,6 @@ load("//python:py_test.bzl", "py_test")
5
load("//python/private:bzlmod_enabled.bzl", "BZLMOD_ENABLED") # buildifier: disable=bzl-visibility
6
load("//python/zipapp:py_zipapp_binary.bzl", "py_zipapp_binary")
7
load("//tests/support:support.bzl", "NOT_WINDOWS")
8
-# todo: add windows support. Windows support will be a bit odd.
9
-# It previously worked by having special logic in the exe launcher
10
-# that knew to look for .zip and running that through python
11
12
py_binary(
13
name = "venv_bin",
0 commit comments