Skip to content

Commit ae314fa

Browse files
authored
fix: mark a 'testing only' python toolchain as dev_dep (#385)
--- ### Changes are visible to end-users: no ### Test plan None
1 parent 336cda7 commit ae314fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ bazel_dep(name = "bazel_skylib", version = "1.4.2")
1313
bazel_dep(name = "rules_python", version = "0.29.0")
1414
bazel_dep(name = "platforms", version = "0.0.7")
1515

16-
1716
# Custom python version for testing only
18-
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
17+
python = use_extension("@rules_python//python/extensions:python.bzl", "python", dev_dependency = True)
1918
python.toolchain(
2019
is_default = False,
2120
python_version = "3.8.12",

0 commit comments

Comments
 (0)