[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33290] [PATCH 2/8] gnu: go-github-com-audriusbutkevicius-cli: Disab
From: |
Pierre Neidhardt |
Subject: |
[bug#33290] [PATCH 2/8] gnu: go-github-com-audriusbutkevicius-cli: Disable tests for go-1.11. |
Date: |
Tue, 6 Nov 2018 18:37:03 +0100 |
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-cli): Disable
tests for go-1.11.
---
gnu/packages/syncthing.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 410015c48..3c5034057 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -900,7 +900,10 @@ the current goroutine's ID.")
"0bg26pfg25vr16jmczig2m493mja2nxjxyswz3hha7avxw20rpi5"))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/AudriusButkevicius/cli"))
+ '(#:import-path "github.com/AudriusButkevicius/cli"
+ ;; Tests don't pass on go-1.11. See
+ ;; https://github.com/AudriusButkevicius/cli/pull/1.
+ #:tests? #f))
(synopsis "Library for building command-line interfaces in Go")
(description "This package provides a library for building command-line
interfaces in Go.")
--
2.19.1
- [bug#33290] [PATCH 1/8] gnu: go-github-com-prometheus-common-expfmt: Disable tests for go-1.11., Pierre Neidhardt, 2018/11/06
- [bug#33290] [PATCH 1/8] gnu: go-github-com-prometheus-common-expfmt: Disable tests for go-1.11., Leo Famulari, 2018/11/06
- [bug#33290] [PATCH 1/8] gnu: go-github-com-prometheus-common-expfmt: Disable tests for go-1.11., Pierre Neidhardt, 2018/11/06
- [bug#33290] [PATCH 2/8] gnu: go-github-com-audriusbutkevicius-cli: Disable tests for go-1.11.,
Pierre Neidhardt <=
- [bug#33290] [PATCH 3/8] gnu: go-gopkg.in-asn1-ber.v1: Disable tests for go-1.11., Pierre Neidhardt, 2018/11/06
- [bug#33290] [PATCH 8/8] gnu: go: Update default to 1.11., Pierre Neidhardt, 2018/11/06
- [bug#33290] [PATCH 4/8] gnu: go-github-com-wtolson-go-taglib: Disable tests for go-1.11., Pierre Neidhardt, 2018/11/06
- [bug#33290] [PATCH 7/8] gnu: demlo: Add workaround for go-1.11., Pierre Neidhardt, 2018/11/06
- [bug#33290] [PATCH 5/8] gnu: go-gitlab-com-ambrevar-golua-unicode: Add workaround for go-1.11., Pierre Neidhardt, 2018/11/06
- [bug#33290] [PATCH 6/8] gnu: go-github-com-stevedonovan-luar: Add workaround for go-1.11., Pierre Neidhardt, 2018/11/06