guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: python-wsgiproxy2: Disable the test suite.


From: Leo Famulari
Subject: 06/06: gnu: python-wsgiproxy2: Disable the test suite.
Date: Fri, 28 Oct 2016 17:39:58 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit e359b31a60b29209a202a4012069f551bae8870f
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 28 13:26:57 2016 -0400

    gnu: python-wsgiproxy2: Disable the test suite.
    
    * gnu/packages/python.scm (python-wsgiproxy2, 
python2-wsgiproxy2)[arguments]:
    Disable the tests.
---
 gnu/packages/python.scm |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8e04909..f7485ad 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8129,6 +8129,11 @@ server with very acceptable performance.")
         (base32
          "13kf9bdxrc95y9vriaz0viry3ah11nz4rlrykcfvb8nlqpx3dcm4"))))
     (build-system python-build-system)
+    (arguments
+     '(;; Wsgiproxy2's test suite requires Restkit, which does not yet fully
+       ;; support Python 3:
+       ;; https://github.com/benoitc/restkit/issues/140
+       #:tests? #f))
     (native-inputs
      `(("unzip" ,unzip)
        ("python-nose" ,python-nose)



reply via email to

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