Skip to content

Commit

Permalink
test: repro 408
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Oct 21, 2024
1 parent 581e662 commit 62f4e32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions py/tests/py-pex-binary/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,17 @@ assert_contains(
actual = "print_modules_pex.out",
expected = "Mooo!,cowsay-6.1/cowsay/__init__.py,six-1.16.0/six.py",
)

py_binary(
name = "binary",
srcs = [
"__init__.py",
],
main = "__init__.py",
visibility = ["//visibility:public"],
)

py_pex_binary(
name = "py_pex_binary",
binary = ":binary",
)
Empty file.

0 comments on commit 62f4e32

Please sign in to comment.