guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-py3status: Disable tests.


From: Marius Bakke
Subject: 02/02: gnu: python-py3status: Disable tests.
Date: Thu, 15 Dec 2016 18:10:23 +0000 (UTC)

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

commit 8653c1d5574d43bba0ecc7efbbdf0b0ee8264a6c
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 15 19:09:18 2016 +0100

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 81e085f..d438e5c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9975,6 +9975,8 @@ to occurences in strings and comments.")
         (base32
          "0i283z1pivmir61z8kbiycigc94l61v33ygzkhczf1ifq7cppyds"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; TODO: Requires many libraries not in Guix.
     (home-page "https://github.com/ultrabug/py3status";)
     (synopsis "Extensible i3status wrapper written in Python")
     (description "py3status is an i3status wrapper which extends i3status



reply via email to

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