Skip to content

Commit

Permalink
switch helm tests to 3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jan 10, 2025
1 parent 1b3c45a commit 93d36de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_go.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_build_kured(auto_container_per_test, container_git_clone):
[
GitRepositoryBuild(
repository_url="https://github.com/helm/helm.git",
repository_tag="v3.15.1",
repository_tag="v3.16.4",
build_command="env GOMAXPROCS=2 make build test-unit",
).to_pytest_param(),
],
Expand All @@ -80,10 +80,6 @@ def test_build_helm(auto_container_per_test, container_git_clone):
"""

go_version = auto_container_per_test.connection.check_output("go version")
if "go1.20" in go_version or "go1.21" in go_version:
pytest.skip("Helm requires Go >= 1.22")

auto_container_per_test.connection.check_output(
container_git_clone.test_command
)
Expand Down

0 comments on commit 93d36de

Please sign in to comment.