public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/
Date: Wed,  8 Mar 2023 19:32:12 +0000 (UTC)	[thread overview]
Message-ID: <1678303930.12225111cb3fadadff39b323f3e565df7c28de74.juippis@gentoo> (raw)

commit:     12225111cb3fadadff39b323f3e565df7c28de74
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Mar  8 18:16:25 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 19:32:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12225111

www-apps/hugo: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30002
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../hugo/files/hugo-0.104.3-skip-some-tests.patch  | 91 ----------------------
 1 file changed, 91 deletions(-)

diff --git a/www-apps/hugo/files/hugo-0.104.3-skip-some-tests.patch b/www-apps/hugo/files/hugo-0.104.3-skip-some-tests.patch
deleted file mode 100644
index 79d336652307..000000000000
--- a/www-apps/hugo/files/hugo-0.104.3-skip-some-tests.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-From 9d44b5ae62ddb77041ce362c3dbbbe86a5184ce1 Mon Sep 17 00:00:00 2001
-From: tastytea <tastytea@tastytea.de>
-Date: Sun, 2 Oct 2022 16:20:44 +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 ++++
- .../resource_transformers/tocss/dartsass/integration_test.go  | 1 +
- .../resource_transformers/tocss/scss/integration_test.go      | 1 +
- 4 files changed, 7 insertions(+)
-
-diff --git a/hugolib/page_test.go b/hugolib/page_test.go
-index 1d9e3e3..e1b3920 100644
---- a/hugolib/page_test.go
-+++ b/hugolib/page_test.go
-@@ -995,6 +995,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/resources/resource_transformers/tocss/dartsass/integration_test.go b/resources/resource_transformers/tocss/dartsass/integration_test.go
-index c127057..80973d5 100644
---- a/resources/resource_transformers/tocss/dartsass/integration_test.go
-+++ b/resources/resource_transformers/tocss/dartsass/integration_test.go
-@@ -108,6 +108,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 13b664c..b2dfdbc 100644
---- a/resources/resource_transformers/tocss/scss/integration_test.go
-+++ b/resources/resource_transformers/tocss/scss/integration_test.go
-@@ -113,6 +113,7 @@ moo {
- }
- 
- func TestTransformThemeOverrides(t *testing.T) {
-+	t.Skip("Needs dart-sass-embedded")
- 	if !scss.Supports() {
- 		t.Skip()
- 	}
--- 
-2.35.1
-


             reply	other threads:[~2023-03-08 19:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-08 19:32 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 18:54 [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/ Conrad Kostecki
2024-02-17 14:35 David Seifert
2022-11-23  1:45 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1678303930.12225111cb3fadadff39b323f3e565df7c28de74.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox