From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BB9A158020 for ; Wed, 23 Nov 2022 01:45:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58BABE0BF8; Wed, 23 Nov 2022 01:45:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FE71E0BF8 for ; Wed, 23 Nov 2022 01:45:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64FFC33FEF1 for ; Wed, 23 Nov 2022 01:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AB5F763 for ; Wed, 23 Nov 2022 01:45:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1669167740.d0f95cdf6711baa04e8a9f1e2b4e56d266e962ef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/hugo/files/hugo-0.96.0-skip-some-tests.patch X-VCS-Directories: www-apps/hugo/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0f95cdf6711baa04e8a9f1e2b4e56d266e962ef X-VCS-Branch: master Date: Wed, 23 Nov 2022 01:45:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d38f1993-cfe4-49fc-ac8c-677657e35254 X-Archives-Hash: 1e99cb6b5e6086b034ae33588550973a commit: d0f95cdf6711baa04e8a9f1e2b4e56d266e962ef Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Nov 21 18:19:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 23 01:42:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f95cdf www-apps/hugo: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28374 Signed-off-by: Sam James gentoo.org> .../hugo/files/hugo-0.96.0-skip-some-tests.patch | 120 --------------------- 1 file changed, 120 deletions(-) diff --git a/www-apps/hugo/files/hugo-0.96.0-skip-some-tests.patch b/www-apps/hugo/files/hugo-0.96.0-skip-some-tests.patch deleted file mode 100644 index 6f09d1c39660..000000000000 --- a/www-apps/hugo/files/hugo-0.96.0-skip-some-tests.patch +++ /dev/null @@ -1,120 +0,0 @@ -From fb829c60a028067b940aaf268362017a73d40e84 Mon Sep 17 00:00:00 2001 -From: tastytea -Date: Tue, 29 Mar 2022 22:28:13 +0200 -Subject: [PATCH] Skip some tests - -Reasons: - - Needs to be in a git repo - - Needs special test dependencies - - Needs dart-sass-embedded ---- - hugolib/page_test.go | 1 + - modules/client_test.go | 4 ++++ - releaser/git_test.go | 3 +++ - .../resource_transformers/tocss/dartsass/integration_test.go | 1 + - .../resource_transformers/tocss/scss/integration_test.go | 1 + - 5 files changed, 10 insertions(+) - -diff --git a/hugolib/page_test.go b/hugolib/page_test.go -index d29a4f8..7cdff73 100644 ---- a/hugolib/page_test.go -+++ b/hugolib/page_test.go -@@ -1025,6 +1025,7 @@ func TestPageWithDate(t *testing.T) { - } - - func TestPageWithLastmodFromGitInfo(t *testing.T) { -+ t.Skip("We are not in a git repo") - if htesting.IsCI() { - // TODO(bep) figure out why this fails on GitHub actions. - t.Skip("Skip GitInfo test on CI") -diff --git a/modules/client_test.go b/modules/client_test.go -index 75e3c2b..235d6ed 100644 ---- a/modules/client_test.go -+++ b/modules/client_test.go -@@ -68,6 +68,7 @@ github.com/gohugoio/hugoTestModules1_darwin/modh2_2@v1.4.0 github.com/gohugoio/h - } - - c.Run("All", func(c *qt.C) { -+ c.Skip("Test dependencies not available") - client, clean := newClient(c, func(cfg *ClientConfig) { - cfg.ModuleConfig = DefaultModuleConfig - }, defaultImport) -@@ -107,6 +108,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor - }) - - c.Run("IgnoreVendor", func(c *qt.C) { -+ c.Skip("Test dependencies not available") - client, clean := newClient( - c, func(cfg *ClientConfig) { - cfg.ModuleConfig = DefaultModuleConfig -@@ -125,6 +127,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor - }) - - c.Run("NoVendor", func(c *qt.C) { -+ c.Skip("Test dependencies not available") - mcfg := DefaultModuleConfig - mcfg.NoVendor = "**" - client, clean := newClient( -@@ -144,6 +147,7 @@ project github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor - }) - - c.Run("VendorClosest", func(c *qt.C) { -+ c.Skip("Test dependencies not available") - mcfg := DefaultModuleConfig - mcfg.VendorClosest = true - -diff --git a/releaser/git_test.go b/releaser/git_test.go -index ff77eb8..1f40a6f 100644 ---- a/releaser/git_test.go -+++ b/releaser/git_test.go -@@ -20,6 +20,7 @@ import ( - ) - - func TestGitInfos(t *testing.T) { -+ t.Skip("We are not in a git repo") - c := qt.New(t) - skipIfCI(t) - infos, err := getGitInfos("v0.20", "hugo", "", false) -@@ -58,6 +59,7 @@ Streets #20. - } - - func TestGitVersionTagBefore(t *testing.T) { -+ t.Skip("We are not in a git repo") - skipIfCI(t) - c := qt.New(t) - v1, err := gitVersionTagBefore("v0.18") -@@ -66,6 +68,7 @@ func TestGitVersionTagBefore(t *testing.T) { - } - - func TestTagExists(t *testing.T) { -+ t.Skip("We are not in a git repo") - skipIfCI(t) - c := qt.New(t) - b1, err := tagExists("v0.18") -diff --git a/resources/resource_transformers/tocss/dartsass/integration_test.go b/resources/resource_transformers/tocss/dartsass/integration_test.go -index a1ac1d5..fcd8bf5 100644 ---- a/resources/resource_transformers/tocss/dartsass/integration_test.go -+++ b/resources/resource_transformers/tocss/dartsass/integration_test.go -@@ -106,6 +106,7 @@ T1: {{ $r.Content | safeHTML }} - } - - func TestTransformThemeOverrides(t *testing.T) { -+ t.Skip("Needs dart-sass-embedded") - if !dartsass.Supports() { - t.Skip() - } -diff --git a/resources/resource_transformers/tocss/scss/integration_test.go b/resources/resource_transformers/tocss/scss/integration_test.go -index cbc7e19..f2a6034 100644 ---- a/resources/resource_transformers/tocss/scss/integration_test.go -+++ b/resources/resource_transformers/tocss/scss/integration_test.go -@@ -111,6 +111,7 @@ moo { - } - - func TestTransformThemeOverrides(t *testing.T) { -+ t.Skip("Needs dart-sass-embedded") - if !scss.Supports() { - t.Skip() - } --- -2.35.1 -