guix-commits
[Top][All Lists]
Advanced

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

65/103: gnu: python-blinker: No longer disable tests.


From: Hartmut Goebel
Subject: 65/103: gnu: python-blinker: No longer disable tests.
Date: Tue, 25 Oct 2016 18:00:40 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 8c418afa7536d48d247351951c6cd40ce1b70f07
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 16 19:38:41 2016 +0200

    gnu: python-blinker: No longer disable tests.
    
    The package does not provide tests, but there is no need to disable them.
    Having them enabled allows running them if some newer version may provide
    tests.
    
    * gnu/package/python.scm (python-blinker, python2-blinker):
      [arguments]: Remove.
---
 gnu/packages/python.scm |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index bc78c81..cf0cd5b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2740,9 +2740,6 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom 
formats.")
         (base32
          "1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7"))))
     (build-system python-build-system)
-    ;; No "test" command supplied to setuptools, so unless there's another way
-    ;; to run tests, we're skipping them!
-    (arguments '(#:tests? #f))
     (home-page "http://pythonhosted.org/blinker/";)
     (synopsis "Fast, simple object-to-object and broadcast signaling")
     (description



reply via email to

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