guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: python-sphinxcontrib-newsfeed: Disable tests.


From: Marius Bakke
Subject: 04/08: gnu: python-sphinxcontrib-newsfeed: Disable tests.
Date: Wed, 15 Feb 2017 03:28:09 -0500 (EST)

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

commit 3d2a544c6901622ca30c507028532734f0f52040
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 15 09:03:05 2017 +0100

    gnu: python-sphinxcontrib-newsfeed: Disable tests.
    
    * gnu/packages/python.scm (python-sphinxcontrib-newsfeed
    python2-sphinxcontrib-newsfeed)[arguments]: New field.
---
 gnu/packages/python.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5c6dda0..a80daee 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8642,6 +8642,7 @@ files for use with Python.")
              (sha256
               (base32
                "1d7gam3mn8v4in4p16yn3v10vps7nnaz6ilw99j4klij39dqd37p"))))
+    (arguments '(#:tests? #f)) ; No tests.
     (build-system python-build-system)
     (propagated-inputs
      `(("python-sphinx" ,python-sphinx)))



reply via email to

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