~ruther/guix-local

5150d8b4b4b993af1d2d2527c69ee1bcc74a84a3 — Tobias Geerinckx-Rice 8 years ago 0b84a53
gnu: python-eventlet: Skip failing test phase.

* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +3 -0
@@ 1047,6 1047,9 @@ etc.).  The package is structured to make adding new modules easy.")
    (build-system python-build-system)
    (propagated-inputs
     `(("python-greenlet" ,python-greenlet)))
    (arguments
     ;; TODO: Requires unpackaged 'enum-compat'.
     '(#:tests? #f))
    (home-page "http://eventlet.net")
    (synopsis "Concurrent networking library for Python")
    (description