Skip to content

Commit 4374778

Browse files
committed
[NO TESTS] WIP
1 parent b8182a8 commit 4374778

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

py/private/py_venv/BUILD.bazel

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package(default_visibility = ["//py:__subpackages__"])
66

77
exports_files([
88
"entrypoint.tmpl.sh",
9-
"link.py",
109
])
1110

1211
bool_flag(
@@ -59,16 +58,6 @@ bzl_library(
5958
],
6059
)
6160

62-
py_venv_test(
63-
name = "test_link",
64-
srcs = [
65-
"link.py",
66-
"test_link.py",
67-
],
68-
imports = ["."],
69-
main = "test_link.py",
70-
)
71-
7261
bzl_library(
7362
name = "defs",
7463
srcs = ["defs.bzl"],

py/tests/venv-link/BUILD.bazel

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
load("//py/private/py_venv:defs.bzl", "py_venv_binary")
2+
3+
py_venv_test(
4+
name = "test_link",
5+
srcs = [
6+
"link.py",
7+
"test_link.py",
8+
],
9+
imports = ["."],
10+
main = "test_link.py",
11+
)
File renamed without changes.

0 commit comments

Comments
 (0)