Drop development dependencies from test targets

This commit is contained in:
Jordan Liggitt 2023-03-22 08:27:44 -04:00
parent 3cf9f66e90
commit a2bba333cc
No known key found for this signature in database

View File

@ -261,11 +261,6 @@ readonly KUBE_CLIENT_BINARIES_WIN=("${KUBE_CLIENT_BINARIES[@]/%/.exe}")
# The set of test targets that we are building for all platforms # The set of test targets that we are building for all platforms
kube::golang::test_targets() { kube::golang::test_targets() {
local targets=( local targets=(
cmd/gendocs
cmd/genkubedocs
cmd/genman
cmd/genyaml
cmd/genswaggertypedocs
ginkgo ginkgo
test/e2e/e2e.test test/e2e/e2e.test
test/conformance/image/go-runner test/conformance/image/go-runner