sharlatan pushed a commit to branch go-team
in repository guix.

commit 9e79d8dc5afc36a5b90f06a2b529b7f1c02fc20e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 26 21:16:10 2024 +0100

    gnu: go-github-com-emersion-go-pgpmail: Enable tests.
    
    * gnu/packages/golang-crypto.scm (go-github-com-emersion-go-pgpmail):
    Enable tests.
    
    Change-Id: I3317c27e942e2f5f52a25354b53b7d8cb8c252b0
---
 gnu/packages/golang-crypto.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 9d0efee58e..8d26aff08e 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -539,9 +539,7 @@ library.")
         (base32 "1fiqpdwxnfba2cgij7j83dfqc0zz4mq95x15wicgm5f3vjr1xg5h"))))
     (build-system go-build-system)
     (arguments
-     (list ;; tests don't support our version of protonmail/go-crypto; see
-      ;; <https://github.com/emersion/go-pgpmail/issues/12>
-      #:tests? #f
+     (list
       #:import-path "github.com/emersion/go-pgpmail"))
     (propagated-inputs
      (list go-github-com-emersion-go-message

Reply via email to