Skip to content

Commit

Permalink
Mark test dependencies as dev dependencies
Browse files Browse the repository at this point in the history
This was overlooked in #105 when rules_oci was marked as dev dependency.

Without this change, depending on this module fails as loading the extension fails.
  • Loading branch information
mering committed Oct 22, 2024
1 parent 11392fa commit c510bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ register_toolchains(
"@helm_windows_amd64_toolchain//:toolchain",
)

helm_test = use_extension("@rules_helm//tests:test_extensions.bzl", "helm_test")
helm_test = use_extension("@rules_helm//tests:test_extensions.bzl", "helm_test", dev_dependency = True)
use_repo(
helm_test,
"helm_test_deps__with_chart_deps_postgresql",
Expand Down

0 comments on commit c510bb5

Please sign in to comment.