guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-oslo.i18n: Disable tests.


From: Marius Bakke
Subject: 03/08: gnu: python-oslo.i18n: Disable tests.
Date: Thu, 15 Dec 2016 14:20:19 +0000 (UTC)

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

commit bb56d9a18ce0f91131b202351a0496ad39103483
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 13:35:57 2016 +0100

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

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index ad0c028..4bd44d0 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -441,6 +441,8 @@ pipeline and used by various modules such as logging.")
           (base32
            "0bpb1c20sm8my650gl824nzaip83bfn8hr91s65k5ncmyh8hb6pl"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; FIXME: Circular dependency on python-oslo.config.
     (propagated-inputs
       `(("python-babel" ,python-babel)
         ("python-six" ,python-six)))



reply via email to

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