Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
03a1a9aac4fe904deff653b5ab2be49d8c63cfcc
/
.
/
tests
/
explicit_init_py
/
BUILD.bazel
blob: 9ea71dc09ea63da828923166c60c6e9e852f2e37 [
file
]
load
(
"//python/private:bzlmod_enabled.bzl"
,
"BZLMOD_ENABLED"
)
# buildifier: disable=bzl-visibility
test_suite
(
name
=
"explicit_init_py"
,
tests
=
[
"@other//:explicit_init_py_tests"
]
if
BZLMOD_ENABLED
else
[],
)