guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.


From: Marius Bakke
Subject: 07/08: gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.
Date: Wed, 15 Feb 2017 03:28:10 -0500 (EST)

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

commit a31e2f1a56ed0495698ad0355db7f6caef3cc8b3
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 15 09:11:05 2017 +0100

    gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.
    
    * gnu/packages/python.scm (python-sphinx-cloud-sptheme,
    python2-sphinx-cloud-sptheme)[arguments]: New field.
---
 gnu/packages/python.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 315d741..39fd587 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12240,6 +12240,8 @@ English stemmer.")
                (base32
                 "0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
     (build-system python-build-system)
+    ;; FIXME: The 'pypi' release archive does not contain tests.
+    (arguments '(#:tests? #f))
     (native-inputs
      `(("python-sphinx" ,python-sphinx)))
     (home-page "https://bitbucket.org/ecollins/cloud_sptheme";)



reply via email to

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