[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: python-sphinx-repoze-autointerface: Disable tests.
From: |
Marius Bakke |
Subject: |
06/08: gnu: python-sphinx-repoze-autointerface: Disable tests. |
Date: |
Wed, 15 Feb 2017 03:28:10 -0500 (EST) |
mbakke pushed a commit to branch python-tests
in repository guix.
commit 5b3c3d4b5a7a775a407b97f044c93cc151b3103f
Author: Marius Bakke <address@hidden>
Date: Wed Feb 15 09:08:11 2017 +0100
gnu: python-sphinx-repoze-autointerface: Disable tests.
* gnu/packages/python.scm (python-sphinx-repoze-autointerface,
python2-sphinx-repoze-autointerface)[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 196fe2c..315d741 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9790,6 +9790,7 @@ commands into documents, helping you to keep your command
examples up to date.")
(base32
"08ycivzf7bh4a1zcyp31hbyqs1b2c9r26raa3vxjwwmbfqr3iw4f"))))
(build-system python-build-system)
+ (arguments '(#:tests? #f)) ; No tests.
(propagated-inputs
`(("python-sphinx" ,python-sphinx)
("python-zope-interface" ,python-zope-interface)))
- 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 <=
- 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, 2017/02/15