guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-pyzmq: Reinstate two tests.


From: guix-commits
Subject: 01/02: gnu: python-pyzmq: Reinstate two tests.
Date: Sun, 18 Jun 2023 22:27:47 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 58949b72ce34cab833d95ff0f1b8799803564834
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jun 15 08:36:12 2023 -0400

    gnu: python-pyzmq: Reinstate two tests.
    
    * gnu/packages/python-xyz.scm (python-pyzmq) [arguments]: Reinstate the
    test_auth and test_zmqstream tests, fixed in the last 25.1.0 version.
---
 gnu/packages/python-xyz.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cdffc3ad67..81d3ec5d95 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11879,11 +11879,7 @@ applications.")
            (lambda _
              ;; FIXME: The test_draft.TestDraftSockets test fails with:
              ;;   zmq.error.Again: Resource temporarily unavailable
-             (delete-file "zmq/tests/test_draft.py")
-             ;; These tests appear to depend on a working name resolver (see:
-             ;; https://github.com/zeromq/pyzmq/issues/1853).
-             (delete-file "zmq/tests/test_auth.py")
-             (delete-file "zmq/tests/test_zmqstream.py")))
+             (delete-file "zmq/tests/test_draft.py")))
          (add-before 'check 'build-extensions
            (lambda _
              ;; Cython extensions have to be built before running the tests.



reply via email to

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