[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")
- branch python-tests updated (619bfd8 -> 6925cd7), Marius Bakke, 2017/02/15
- 02/08: gnu: python-requests-mock: Update to 1.3.0., Marius Bakke, 2017/02/15
- 03/08: gnu: python-sphinxcontrib-programoutput: Disable tests., Marius Bakke, 2017/02/15
- 06/08: gnu: python-sphinx-repoze-autointerface: Disable tests., Marius Bakke, 2017/02/15
- 08/08: gnu: python-qrcode: Disable tests., Marius Bakke, 2017/02/15
- 01/08: gnu: python-tabulate: Disable tests., Marius Bakke, 2017/02/15
- 04/08: gnu: python-sphinxcontrib-newsfeed: Disable tests., Marius Bakke, 2017/02/15
- 05/08: gnu: python-sphinx-rtd-theme: Disable tests., Marius Bakke, 2017/02/15
- 07/08: gnu: python-sphinx-cloud-sptheme: Explicitly disable tests.,
Marius Bakke <=