[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/88: gnu: go-gopkg-in-check-v1: Disable tests.
From: |
guix-commits |
Subject: |
65/88: gnu: go-gopkg-in-check-v1: Disable tests. |
Date: |
Fri, 6 Dec 2024 16:17:29 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 7d4a75836a30aa31632f080926ca08011ccd94bb
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 3 19:43:43 2024 +0000
gnu: go-gopkg-in-check-v1: Disable tests.
* gnu/packages/golang-check.scm (go-gopkg-in-check-v1)
[arguments]<tests?>: Disable them.
<phases>: Remove custom 'check as redundant.
Change-Id: I9714e7ea019923f50ecb61097f90101326e5c4c8
---
gnu/packages/golang-check.scm | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 7e5abf9f09..55d43d5c86 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1277,6 +1277,8 @@ real database connection.")
reformat the source code, it only prints out style mistakes.")
(license license:bsd-3))))
+;; XXX: Unmaintained since 2020, see
+;; <https://github.com/go-check/check/issues/111>.
(define-public go-gopkg-in-check-v1
(package
(name "go-gopkg-in-check-v1")
@@ -1294,15 +1296,9 @@ reformat the source code, it only prints out style
mistakes.")
(build-system go-build-system)
(arguments
(list
- #:import-path "gopkg.in/check.v1"
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs #:allow-other-keys #:rest args)
- (unless
- ;; The tests fail when run with gccgo.
- (false-if-exception (search-input-file inputs "/bin/gccgo"))
- (apply (assoc-ref %standard-phases 'check) args)))))))
+ ;; Most tests failed.
+ #:tests? #f
+ #:import-path "gopkg.in/check.v1"))
(propagated-inputs
(list go-github-com-kr-pretty))
(home-page "https://gopkg.in/check.v1")
- 11/88: gnu: go-github-com-spf13-viper: Update to 1.8.1., (continued)
- 11/88: gnu: go-github-com-spf13-viper: Update to 1.8.1., guix-commits, 2024/12/06
- 08/88: gnu: go-github-com-spf13-afero: Update to 1.6.0., guix-commits, 2024/12/06
- 02/88: gnu: Remove go-github-com-dustin-gojson., guix-commits, 2024/12/06
- 04/88: gnu: go-github-com-go-md2man: Update to 2.0.5., guix-commits, 2024/12/06
- 13/88: gnu: go-github-com-spf13-afero: Run all tests., guix-commits, 2024/12/06
- 50/88: gnu: go-github-com-gdamore-tcell-v2: Simplify package., guix-commits, 2024/12/06
- 63/88: gnu: packages/linux: Remove golang-build module., guix-commits, 2024/12/06
- 37/88: gnu: go-github-com-xdg-go-scram: Update to 1.1.2., guix-commits, 2024/12/06
- 43/88: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/12/06
- 59/88: gnu: go-github-com-vishvananda-netlink: Move to golang-web., guix-commits, 2024/12/06
- 65/88: gnu: go-gopkg-in-check-v1: Disable tests.,
guix-commits <=
- 69/88: gnu: Add go-go-abhg-dev-requiredfield., guix-commits, 2024/12/06
- 75/88: gnu: Add go-github-com-sebdah-goldie-v2., guix-commits, 2024/12/06
- 80/88: gnu: go-github-com-charmbracelet-x-exp-golden: Sort., guix-commits, 2024/12/06
- 16/88: gnu: go-github-com-spf13-jwalterweatherman: Improve description., guix-commits, 2024/12/06
- 17/88: gnu: go-github-com-spf13-pflag: Move to golang-xyz., guix-commits, 2024/12/06
- 23/88: gnu: go-github-com-bmatcuk-doublestar: Simplify package., guix-commits, 2024/12/06
- 24/88: gnu: go-github-com-bmatcuk-doublestar-v2: Enable tests., guix-commits, 2024/12/06
- 15/88: gnu: go-github-com-spf13-jwalterweatherman: Move to golang-xyz., guix-commits, 2024/12/06
- 26/88: gnu: go-github-com-bmatcuk-doublestar-v4: Update to 4.7.1., guix-commits, 2024/12/06
- 27/88: gnu: go-github-com-bmatcuk-doublestar: Move to golang-xyz., guix-commits, 2024/12/06