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.
This commit is contained in:
Maxim Cournoyer 2023-06-15 08:36:12 -04:00
parent bf9afedef9
commit 58949b72ce
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -11879,11 +11879,7 @@ (define-public python-pyzmq
(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.