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 7206669 commit 3633d40Copy full SHA for 3633d40
1 file changed
tests/runfiles/BUILD.bazel
@@ -17,13 +17,13 @@ py_test(
17
py_test(
18
name = "runfiles_min_python_test",
19
srcs = ["runfiles_test.py"],
20
- main = "runfiles_test.py",
21
data = [
22
"//tests/support:current_build_settings",
23
],
24
env = {
25
"BZLMOD_ENABLED": "1" if BZLMOD_ENABLED else "0",
26
},
+ main = "runfiles_test.py",
27
python_version = "3.10",
28
deps = ["//python/runfiles"],
29
)
0 commit comments