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 @@ applications.")
|
||||||
(lambda _
|
(lambda _
|
||||||
;; FIXME: The test_draft.TestDraftSockets test fails with:
|
;; FIXME: The test_draft.TestDraftSockets test fails with:
|
||||||
;; zmq.error.Again: Resource temporarily unavailable
|
;; zmq.error.Again: Resource temporarily unavailable
|
||||||
(delete-file "zmq/tests/test_draft.py")
|
(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")))
|
|
||||||
(add-before 'check 'build-extensions
|
(add-before 'check 'build-extensions
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Cython extensions have to be built before running the tests.
|
;; Cython extensions have to be built before running the tests.
|
||||||
|
|
Reference in a new issue