guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: python-eventlet: Skip failing test phase.


From: Tobias Geerinckx-Rice
Subject: 02/10: gnu: python-eventlet: Skip failing test phase.
Date: Wed, 21 Jun 2017 16:03:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5150d8b4b4b993af1d2d2527c69ee1bcc74a84a3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 19 13:29:46 2017 +0200

    gnu: python-eventlet: Skip failing test phase.
    
    * gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
---
 gnu/packages/python.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9f89166..67a52bc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]