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 336cda7 commit ae314faCopy full SHA for ae314fa
MODULE.bazel
@@ -13,9 +13,8 @@ bazel_dep(name = "bazel_skylib", version = "1.4.2")
13
bazel_dep(name = "rules_python", version = "0.29.0")
14
bazel_dep(name = "platforms", version = "0.0.7")
15
16
-
17
# Custom python version for testing only
18
-python = use_extension("@rules_python//python/extensions:python.bzl", "python")
+python = use_extension("@rules_python//python/extensions:python.bzl", "python", dev_dependency = True)
19
python.toolchain(
20
is_default = False,
21
python_version = "3.8.12",
0 commit comments