fix: Remove yaml v3→v4 migration from this PR (moved to dedicated PR)

This commit is contained in:
ZPascal
2026-05-26 15:44:38 +02:00
committed by I539231
parent c5b51f954b
commit 2aa754f287
24 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"code.gitea.io/gitea/tests"
"github.com/stretchr/testify/assert"
"go.yaml.in/yaml/v4"
"gopkg.in/yaml.v3"
)
func createIssueConfig(t *testing.T, user *user_model.User, repo *repo_model.Repository, issueConfig map[string]any) {
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"code.gitea.io/gitea/tests"
"github.com/stretchr/testify/assert"
"go.yaml.in/yaml/v4"
"gopkg.in/yaml.v3"
)
func TestPackageHelm(t *testing.T) {
+1 -1
View File
@@ -24,7 +24,7 @@ import (
"code.gitea.io/gitea/services/migrations"
"github.com/stretchr/testify/assert"
"go.yaml.in/yaml/v4"
"gopkg.in/yaml.v3"
)
func TestDumpRestore(t *testing.T) {