mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-eventlet: Skip failing test phase.
* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
This commit is contained in:
parent
0b84a530c8
commit
5150d8b4b4
1 changed files with 3 additions and 0 deletions
|
@ -1047,6 +1047,9 @@ (define-public python-eventlet
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-greenlet" ,python-greenlet)))
|
`(("python-greenlet" ,python-greenlet)))
|
||||||
|
(arguments
|
||||||
|
;; TODO: Requires unpackaged 'enum-compat'.
|
||||||
|
'(#:tests? #f))
|
||||||
(home-page "http://eventlet.net")
|
(home-page "http://eventlet.net")
|
||||||
(synopsis "Concurrent networking library for Python")
|
(synopsis "Concurrent networking library for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue