Skip to content

Commit

Permalink
fix: mark a 'testing only' python toolchain as dev_dep (#385)
Browse files Browse the repository at this point in the history
---

### Changes are visible to end-users: no

### Test plan
None
  • Loading branch information
alexeagle authored Aug 22, 2024
1 parent 336cda7 commit ae314fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_python", version = "0.29.0")
bazel_dep(name = "platforms", version = "0.0.7")


# Custom python version for testing only
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python = use_extension("@rules_python//python/extensions:python.bzl", "python", dev_dependency = True)
python.toolchain(
is_default = False,
python_version = "3.8.12",
Expand Down

0 comments on commit ae314fa

Please sign in to comment.