mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
bf9afedef9
commit
58949b72ce
1 changed files with 1 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue