guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/46: gnu: czmq: Re-enable previously failing tests, fixed in 4.2.1.


From: guix-commits
Subject: 44/46: gnu: czmq: Re-enable previously failing tests, fixed in 4.2.1.
Date: Sun, 6 Jun 2021 02:40:19 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 544a980f3acecefcf8d88a9f1f4b8537e275b35b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jun 5 20:40:23 2021 -0400

    gnu: czmq: Re-enable previously failing tests, fixed in 4.2.1.
    
    * gnu/packages/networking.scm (czmq)[phases]: Delete argument.
---
 gnu/packages/networking.scm | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ff28ad7..d0bf86c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1058,20 +1058,7 @@ more.")
                 "0fdclvd7fcwixp0k57ccv7d159v3slasyhvndxfn8n1a9hh0lwjx"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags '("--enable-drafts")
-       #:phases (modify-phases %standard-phases
-                  (add-before 'check 'patch-tests
-                    (lambda _
-                      (substitute* "src/czmq_selftest.c"
-                        ;; Disable the zproc test, which fails on some hardware
-                        ;; (see: https://github.com/zeromq/czmq/issues/2007).
-                        (("\\{ \"zproc\", zproc_test.*")
-                         "")
-                        ;; Also disable the zarmour test, which fails as well
-                        ;; (see: https://github.com/zeromq/czmq/issues/2125).
-                        (("\\{ \"zarmour\", zarmour_test.*")
-                         ""))
-                      #t)))))
+     '(#:configure-flags '("--enable-drafts")))
     (inputs
      `(("zeromq" ,zeromq)))
     (home-page "https://zeromq.org";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]