guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-hacking: Disable tests.


From: Marius Bakke
Subject: 05/05: gnu: python-hacking: Disable tests.
Date: Wed, 14 Dec 2016 10:42:39 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 2ff4559b49b325252ef921be254f2ee800d212ac
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 14 11:27:11 2016 +0100

    gnu: python-hacking: Disable tests.
    
    * gnu/packages/openstack.scm (python-hacking, python2-hacking)[arguments]:
    Set #:tests? #f.
---
 gnu/packages/openstack.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index e267266..e4610c1 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -113,6 +113,9 @@ manner.")
         (base32
          "1a310k3dv04jg7zvmk37h2ql7y9kf4hvdxb74bjlwdxgmy6h4wap"))))
     (build-system python-build-system)
+    (arguments
+     ;; TODO: Requires unpackaged 'eventlet'.
+     '(#:tests? #f))
     (propagated-inputs
       `(("python-flake8-2.2.4" ,python-flake8-2.2.4)
         ("python-mccabe-0.2.1" ,python-mccabe-0.2.1)



reply via email to

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