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 ffad9ba commit cbf9882Copy full SHA for cbf9882
tests/no_unsafe_paths/BUILD.bazel
@@ -17,17 +17,17 @@ load("//tests/support:support.bzl", "SUPPORTS_BOOTSTRAP_SCRIPT")
17
py_reconfig_test(
18
name = "no_unsafe_paths_3.10_test",
19
srcs = ["test.py"],
20
+ bootstrap_impl = "script",
21
main = "test.py",
22
python_version = "3.10",
- bootstrap_impl = "script",
23
target_compatible_with = SUPPORTS_BOOTSTRAP_SCRIPT,
24
)
25
26
27
name = "no_unsafe_paths_3.11_test",
28
29
30
31
python_version = "3.11",
32
33
0 commit comments