gnu: python-eventlet: Skip failing test phase.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 19 Jun 2017 11:29:46 +0000 (13:29 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 21 Jun 2017 19:58:37 +0000 (21:58 +0200)
* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.

gnu/packages/python.scm

index 9f89166..67a52bc 100644 (file)
@@ -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