summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-06-18 19:30:08 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-06-22 20:50:41 +0200
commit5d146e38fecd7694ad6af750bfcca6fd53fc31ad (patch)
tree2f3fdd52f02c8ca81735589647625564c0d16d8f
parentsys-boot/refind: remove unused patch (diff)
downloadgentoo-5d146e38fecd7694ad6af750bfcca6fd53fc31ad.tar.gz
gentoo-5d146e38fecd7694ad6af750bfcca6fd53fc31ad.tar.bz2
gentoo-5d146e38fecd7694ad6af750bfcca6fd53fc31ad.zip
www-apps/hugo: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch65
1 files changed, 0 insertions, 65 deletions
diff --git a/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch b/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch
deleted file mode 100644
index 66b5bac5ef87..000000000000
--- a/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From 416992cf1404a78560a5e718a584c5fa1f2f9143 Mon Sep 17 00:00:00 2001
-From: tastytea <tastytea@tastytea.de>
-Date: Fri, 8 Sep 2023 20:01:03 +0200
-Subject: [PATCH] skip some tests
-
-reasons:
- - needs to be in a git repo
- - needs special test dependencies
- - requires network access
----
- modules/client_test.go | 4 ++++
- resources/resource_factories/create/integration_test.go | 1 +
- 2 files changed, 5 insertions(+)
-
-diff --git a/modules/client_test.go b/modules/client_test.go
-index 75e3c2b08..235d6ed32 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_factories/create/integration_test.go b/resources/resource_factories/create/integration_test.go
-index 140c5d091..721a9fc5b 100644
---- a/resources/resource_factories/create/integration_test.go
-+++ b/resources/resource_factories/create/integration_test.go
-@@ -25,6 +25,7 @@ import (
- )
-
- func TestGetRemoteHead(t *testing.T) {
-+ t.Skip("Requires network access")
-
- files := `
- -- config.toml --
---
-2.41.0
-